Compounds | |
class | SV |
Subclass of Visitor for use as an abstract base class. More... | |
class | TlVisitor_helper |
Helper to produce a virtual visitor based on a current type and the remainder of the typelist. More... | |
class | TlVisitor_helper< Mytype, meta::Nil > |
Specialization of the helper for the situation where Mytype is the last type in the list. More... | |
class | TlVisitor |
Produces the type of a visitor that visits all items in the TypeList, starting from the head. More... | |
Typedefs | |
typedef TlVisitor< Drawertypelist >::Ret | DrawerVisitor |
A virtual visitor that visits every Drawer subclass. |
|
A virtual visitor that visits every Drawer subclass.
|