|
STK++ 1.0
|
Specialization of the IdTypeImpl for the Type Char. More...
#include <STK_Char.h>
Static Public Member Functions | |
| static IdType | returnType () |
| Give the IdType of the variable. | |
Specialization of the IdTypeImpl for the Type Char.
This struct return the IdType of a Char.
Definition at line 152 of file STK_Char.h.
| static IdType STK::IdTypeImpl< Char >::returnType | ( | ) | [inline, static] |
Give the IdType of the variable.
Definition at line 157 of file STK_Char.h.
References STK::character.
{ return(character);}