OSG::TypeTraitsTemplateBase< LookupTypeT > Struct Template Reference
[BaseTypesTraitslibOSGBase]

#include <OSGBaseTypeTraits.h>

Inheritance diagram for OSG::TypeTraitsTemplateBase< LookupTypeT >:
OSG::TypeTraitsBase OSG::TypeTraits< LookupTypeT >

List of all members.

Static Public Member Functions

static void putToStream (const LookupTypeT &val, OutStream &str)

Detailed Description

template<class LookupTypeT>
struct OSG::TypeTraitsTemplateBase< LookupTypeT >

Definition at line 110 of file OSGBaseTypeTraits.h.


Member Function Documentation

template<class LookupTypeT>
static void OSG::TypeTraitsTemplateBase< LookupTypeT >::putToStream ( const LookupTypeT &  val,
OutStream str 
) [inline, static]

Reimplemented in OSG::TypeTraits< UInt8 >, and OSG::TypeTraits< Int8 >.

Definition at line 112 of file OSGBaseTypeTraits.h.

00114     {
00115         str << val;
00116     }


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