|
template<typename T > |
void | operator<< (T &t) |
|
template<typename T > |
void | operator<< (T *t) |
|
bool | isInstanceOf (string className) |
|
template<typename T > |
bool | isSimilarObject (T t) |
|
template<typename T > |
bool | isSimilarObject (T *t) |
|
string | getTypeName () |
|
void | setTypeName (string type) |
|
template<typename T > |
T * | getPointer () |
|
template<typename T > |
T | getValue () |
|
void * | getVoidPointer () |
|
|
template<typename T > |
static string | getClassName (T t) |
|
template<class T > |
static bool | instanceOf (T instance, string className) |
|
Definition at line 38 of file Object.h.
The documentation for this class was generated from the following file: