#include "Util/Assert.H"
#include "Util/log.H"
#include "rutz/demangle.h"
#include "rutz/shared_ptr.h"
Go to the source code of this file.
Classes | |
class | ChannelFacet |
Base class for facets that can be held in a ChannelFacetMap. More... | |
class | ChannelFacetMap |
Mix-in class designed to be inherited to provide facets to the subclass. More... |
Allow user-configurable "facets" to be associated with arbitrary classes
Definition in file ChannelFacet.H.