STK++ 1.0

STK::IdTypeImpl< TYPE > Struct Template Reference

Implementation of the return type. More...

#include <STK_IdTypeImpl.h>

List of all members.

Static Public Member Functions

static IdType returnType ()
 Give the IdType of the variable.

Detailed Description

template<typename TYPE>
struct STK::IdTypeImpl< TYPE >

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.


Member Function Documentation

template<typename TYPE >
static IdType STK::IdTypeImpl< TYPE >::returnType ( ) [inline, static]

Give the IdType of the variable.

Returns:
the unknown type

Definition at line 85 of file STK_IdTypeImpl.h.

References STK::unknown.

  { return(unknown);}

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