My Project
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
ParaEngine::CTypeManager Class Reference

Public Member Functions

ITypeGetType (const char *szTypeName) const
 
bool SetType (IType *pType)
 Set a type in the manager. More...
 

Static Public Member Functions

static void ReleaseType (IType *pType)
 

Protected Attributes

map< string, IType * > m_types
 

Member Function Documentation

§ SetType()

bool CTypeManager::SetType ( IType pType)

Set a type in the manager.

If the type already exists, return false. If setting operation successes, return true The input pointer shall not be deleted


The documentation for this class was generated from the following files: