AnimatLab  2
Test
TestClassFactory.h
1 // TestClassFactory.h: interface for the VsClassFactory class.
2 //
4 
5 #pragma once
6 using namespace StdUtils;
7 
9 {
10 public:
12  virtual ~TestClassFactory();
13 
14  virtual CStdSerialize *CreateObject(std::string strClassType, std::string strObjectType, bool bThrowError = true);
15 };
Standard class factory.
Namespace for the standard utility objects.
Definition: MarkupSTL.cpp:19
Standard serialize class.
Definition: StdSerialize.h:20