Free Electron
Public Member Functions | Private Attributes | List of all members
fe::TypeInfo Class Reference

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
 
TypeInfooperator= (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
 

Detailed Description

C++ type_info wrapper.


The documentation for this class was generated from the following file: