STK++ 0.9.13
|
These classes allow to handle the Runtime type identification (RTTI) problem and are useful when working with heterogeneous data. More...
Classes | |
struct | STK::IdTypeImpl< TYPE > |
Implementation of the return type. More... | |
struct | STK::IdTypeImpl< Binary > |
Specialization of the IdTypeImpl for the Type Binary. More... | |
struct | STK::IdTypeImpl< Char > |
Specialization of the IdTypeImpl for the Type Char. More... | |
struct | STK::IdTypeImpl< Integer > |
Specialization of the IdTypeImpl for the type Integer. More... | |
struct | STK::IdTypeImpl< TRange< Size_ > > |
Partial Specialization of the IdTypeImpl for the Type TRange. More... | |
struct | STK::IdTypeImpl< Real > |
Specialization of the IdTypeImpl for the Type Real. More... | |
struct | STK::IdTypeImpl< Sign > |
Specialization of the IdTypeImpl for the Type Sign. More... | |
struct | STK::IdTypeImpl< String > |
Specialization of the IdTypeImpl for the Type String. More... | |
Enumerations | |
enum | STK::Base::IdType { STK::Base::character_ , STK::Base::real_ , STK::Base::integer_ , STK::Base::binary_ , STK::Base::sign_ , STK::Base::string_ , STK::Base::range_ , STK::Base::unknown_ = -1 } |
Id for the Type of a variable. More... | |
These classes allow to handle the Runtime type identification (RTTI) problem and are useful when working with heterogeneous data.
Id for the Type of a variable.
IdType is an enum for the type used in the statistical variables :
Definition at line 57 of file STK_IdTypeImpl.h.