#include <Class.h>
Public Member Functions | |
bool | operator== (const Class &cls) const |
Determine if this object describes the same class as another object. | |
bool | operator!= (const Class &cls) const |
Determine if this object does not describe the same class as another object. | |
std::string | getName () const |
Determine the name of this class. | |
Static Public Member Functions | |
template<class C> Class | getClass () |
Determine the class of a type. | |
Friends | |
Class | Object::getClass () const |
|
The type is given as a template argument.
|
|
|
|
|
|
|