osg::TypeTraits< LookupTypeT > Struct Template Reference

#include <OSGBaseTypeTraits.h>

Inheritance diagram for osg::TypeTraits< LookupTypeT >:

osg::TypeTraitsTemplateBase< LookupTypeT > osg::TypeTraitsBase List of all members.

Static Public Member Functions

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

Static Public Attributes

static const bool IsPOD = false

Detailed Description

template<class LookupTypeT>
struct osg::TypeTraits< LookupTypeT >

Definition at line 128 of file OSGBaseTypeTraits.h.


Member Function Documentation

template<class LookupTypeT>
static void osg::TypeTraitsTemplateBase< LookupTypeT >::putToStream const LookupTypeT &  val,
OutStream str
[inline, static, inherited]
 

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

Definition at line 107 of file OSGBaseTypeTraits.h.

00109     {
00110         str << val;
00111     }


Member Data Documentation

template<class LookupTypeT>
const bool osg::TypeTraits< LookupTypeT >::IsPOD = false [static]
 

Definition at line 130 of file OSGBaseTypeTraits.h.


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