LIBINT  2.6.0
Public Types | Public Member Functions | Static Public Member Functions | List of all members
libint2::ClassInfo< T > Class Template Reference

Objects of this type provide limited information about the class at runtime. More...

#include <class_registry.h>

Public Types

typedef ClassRegistry::ClassID ClassID
 

Public Member Functions

ClassID id () const
 

Static Public Member Functions

static ClassInfoInstance ()
 

Detailed Description

template<typename T>
class libint2::ClassInfo< T >

Objects of this type provide limited information about the class at runtime.

Unlike type_info, these objects don't have to be constructed using an object of type T.


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