Free Electron
|
C++ type_info wrapper. More...
#include <Type.h>
Public Member Functions | |
TypeInfo (const fe_type_info &other) | |
TypeInfo (const TypeInfo &other) | |
template<typename X > | |
void | assign (void) |
const fe_type_info & | ref (void) const |
TypeInfo & | operator= (const TypeInfo &other) |
bool | operator== (const TypeInfo &other) const |
bool | operator!= (const TypeInfo &other) const |
bool | operator< (const TypeInfo &other) const |
bool | operator> (const TypeInfo &other) const |
bool | operator>= (const TypeInfo &other) const |
bool | operator<= (const TypeInfo &other) const |
bool | isValid (void) const |
Private Attributes | |
const fe_type_info * | m_pTypeInfo |
C++ type_info wrapper.