Inheritance diagram for CP_PropertyList::NodeFactory:
Public Member Functions | |
virtual | ~NodeFactory () |
Static Public Member Functions | |
static Node * | CreateNodeForCFObject (CFTypeRef inCFObject) |
Protected Member Functions | |
void | RegisterFactory (CFTypeID inTypeID, NodeFactory *factory) |
void | UnregisterFactory (CFTypeID inTypeID) |
virtual Node * | operator() (CFTypeRef inCFObject)=0 |
Static Protected Attributes | |
static std::map< CFTypeID, NodeFactory * > * | gFactories |
|
|
|
|
|
|
|
|
|
Implemented in CP_PropertyList::NodeFactoryImp< Class_t, CF_t >. |
|
|