GME
13
|
#include <OCLFactory.h>
Public Member Functions | |
TypeFactory () | |
virtual | ~TypeFactory () |
virtual void | GetTypes (const std::string &strName, const std::string &strNSpace, std::vector< std::unique_ptr< OclMeta::Type > > &vecTypes, std::string &nameRes)=0 |
OclMeta::TypeManager * | GetTypeManager () const |
Friends | |
class | OclMeta::TypeManager |
Definition at line 77 of file OCLFactory.h.
OclImplementation::TypeFactory::TypeFactory | ( | ) | [inline] |
Definition at line 83 of file OCLFactory.h.
virtual OclImplementation::TypeFactory::~TypeFactory | ( | ) | [inline, virtual] |
Definition at line 85 of file OCLFactory.h.
OclMeta::TypeManager* OclImplementation::TypeFactory::GetTypeManager | ( | ) | const [inline] |
Definition at line 89 of file OCLFactory.h.
virtual void OclImplementation::TypeFactory::GetTypes | ( | const std::string & | strName, |
const std::string & | strNSpace, | ||
std::vector< std::unique_ptr< OclMeta::Type > > & | vecTypes, | ||
std::string & | nameRes | ||
) | [pure virtual] |
friend class OclMeta::TypeManager [friend] |
Definition at line 94 of file OCLFactory.h.