|
STK++ 1.0
|
Implementation of the return type. More...
#include <STK_IdTypeImpl.h>
Static Public Member Functions | |
| static IdType | returnType () |
| Give the IdType of the variable. | |
Implementation of the return type.
This object will be specialized for runtime type identification (RTTI). Default is unknown type.
Definition at line 80 of file STK_IdTypeImpl.h.
| static IdType STK::IdTypeImpl< TYPE >::returnType | ( | ) | [inline, static] |
Give the IdType of the variable.
Definition at line 85 of file STK_IdTypeImpl.h.
References STK::unknown.
{ return(unknown);}