Classes | |
class | Int2Type |
struct | PntrTraits |
struct | PntrTraits< T * > |
Public Types | |
typedef std::map< KeyType, TypeCreator >::iterator | iterator |
Public Member Functions | |
const bool | add (const KeyType &key, TypeCreator func) |
const bool | remove (const KeyType &key) |
ReturnType * | create (const KeyType &key) const |
iterator | begin () |
iterator | end () |
template<class ConvertType > | |
ConvertType | createConvert (const KeyType &key) |
Definition at line 209 of file GenericFactory.H.