|
AnimatLab
2
Test
|
Inheritance diagram for TestClassFactory:
Collaboration diagram for TestClassFactory:Public Member Functions | |
| virtual CStdSerialize * | CreateObject (std::string strClassType, std::string strObjectType, bool bThrowError=true) |
| Creates an object of the specified class and object types. More... | |
Public Member Functions inherited from StdUtils::IStdClassFactory | |
| IStdClassFactory () | |
| Default constructor. More... | |
| virtual | ~IStdClassFactory () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from StdUtils::IStdClassFactory | |
| static IStdClassFactory * | LoadModule (std::string strModuleName, bool bThrowError=true) |
| Loads a DLL module by name and attempts to call the GetStdClassFactory method to get a pointer to the class factory. More... | |
Definition at line 8 of file TestClassFactory.h.
|
virtual |
Creates an object of the specified class and object types.
| strClassType | Type of the class. |
| strObjectType | Type of the object. |
| bThrowError | true to throw error if there is a problem. |
Implements StdUtils::IStdClassFactory.
Definition at line 27 of file TestClassFactory.cpp.
References StdUtils::Std_ToUpper(), and StdUtils::Std_Trim().
Here is the call graph for this function: