#include <MakeVisitor.h>
Public Member Functions | |
ClassAndNamespace (const std::string &pName, const std::string &pSpace, const std::string &pStrictSpace) | |
std::string | name () const |
std::string | space () const |
std::string | strictSpace () const |
std::string | infoName () const |
std::string | exactType () const |
Static Public Member Functions | |
static ClassAndNamespace | makeIt (Any *) |
Definition at line 10 of file MakeVisitor.h.
ClassAndNamespace::ClassAndNamespace | ( | const std::string & | pName, | |
const std::string & | pSpace, | |||
const std::string & | pStrictSpace | |||
) |
Definition at line 15 of file MakeVisitor.cpp.
std::string ClassAndNamespace::exactType | ( | ) | const |
Definition at line 47 of file MakeVisitor.cpp.
std::string ClassAndNamespace::infoName | ( | ) | const |
Definition at line 39 of file MakeVisitor.cpp.
ClassAndNamespace ClassAndNamespace::makeIt | ( | Any * | ptr | ) | [static] |
Definition at line 10 of file MakeVisitor.cpp.
std::string ClassAndNamespace::name | ( | ) | const |
Definition at line 22 of file MakeVisitor.cpp.
std::string ClassAndNamespace::space | ( | ) | const |
Definition at line 27 of file MakeVisitor.cpp.
std::string ClassAndNamespace::strictSpace | ( | ) | const |
Definition at line 32 of file MakeVisitor.cpp.