AnimatLab
2
Test
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
TestClassFactory.h
1
// TestClassFactory.h: interface for the VsClassFactory class.
2
//
4
5
#pragma once
6
using namespace
StdUtils
;
7
8
class
TestClassFactory
:
public
IStdClassFactory
9
{
10
public
:
11
TestClassFactory
();
12
virtual
~
TestClassFactory
();
13
14
virtual
CStdSerialize
*CreateObject(std::string strClassType, std::string strObjectType,
bool
bThrowError =
true
);
15
};
StdUtils::IStdClassFactory
Standard class factory.
Definition:
StdClassFactory.h:20
TestClassFactory
Definition:
TestClassFactory.h:8
StdUtils
Namespace for the standard utility objects.
Definition:
MarkupSTL.cpp:19
StdUtils::CStdSerialize
Standard serialize class.
Definition:
StdSerialize.h:20
Libraries
StdUtils
StdClassFactoryTester
TestClassFactory.h
Generated on Tue Sep 29 2015 07:07:22 for AnimatLab by
1.8.10