1 #ifndef __JLANG__JTYPEINFO__ 
    2 #define __JLANG__JTYPEINFO__ 
   15 namespace JPP { 
using namespace JLANG; }
 
   57     const std::type_info& 
get() 
const 
This class is a wrapper around the STL type_info class. 
 
const char * name() const 
Get type name. 
 
JTypeInfo()
Default constructor. 
 
bool before(const JTypeInfo &type) const 
Evaluate order. 
 
const std::type_info & get() const 
Get type information. 
 
bool less(const JTypeInfo &that) const 
Less than operation. 
 
Auxiliary class for no type definition. 
 
JTypeInfo(const std::type_info &type)
Constructor. 
 
Template definition of auxiliary base class for comparison of data structures. 
 
const std::type_info * pType