Inheritance diagram for CP_DocNodeDecordersManager:
Public Member Functions | |
Constructor / Destructor | |
CP_DocNodeDecordersManager () | |
Constructor. | |
virtual | ~CP_DocNodeDecordersManager () |
Destructor. | |
Decoders | |
void | RegisterDecoder (const CP_String &inClassName, DecodeCallback inDecoderFunction) |
DecodeCallback | FindDecoder (const CP_String &inClassName) |
Static Public Member Functions | |
Instance | |
static CP_DocNodeDecordersManager * | Instance () |
Protected Attributes | |
CP_Decoders_Map * | fDecoders |
Static Protected Attributes | |
static CP_DocNodeDecordersManager * | fsInstance = NULL |
|
Constructor.
|
|
Destructor.
|
|
Returns the single instance of this class.
|
|
Registers a decoding function for the passed in class name.
|
|
Find and return a decoder for the passed in class name.
|
|
|
|
Single instance of this class. |