osg::osg::TypeTraits< bool > Struct Template Reference
[BaseTypesTraits]

#include <OSGBaseTypeTraits.h>

Inheritance diagram for osg::osg::TypeTraits< bool >:

osg::TypeTraitsBase

List of all members.

Static Public Member Functions

static bool getZeroElement (void)
static bool getOneElement (void)
static bool getMax (void)
static bool getMin (void)

Static Public Attributes

static const bool IsPOD = true
static const MathTypeProperties MathProp = BoolValue
static const bool BitsSet = true
static const bool BitsClear = false


Detailed Description

template<>
struct osg::osg::TypeTraits< bool >

Definition at line 121 of file OSGBaseTypeTraits.h.


Member Function Documentation

static bool osg::osg::TypeTraits< bool >::getZeroElement ( void   )  [inline, static]

Definition at line 130 of file OSGBaseTypeTraits.h.

00131     {
00132         return false;
00133     }

static bool osg::osg::TypeTraits< bool >::getOneElement ( void   )  [inline, static]

Definition at line 135 of file OSGBaseTypeTraits.h.

00136     {
00137         return true;
00138     }

static bool osg::osg::TypeTraits< bool >::getMax ( void   )  [inline, static]

Definition at line 140 of file OSGBaseTypeTraits.h.

00141     {
00142         return true;
00143     }

static bool osg::osg::TypeTraits< bool >::getMin ( void   )  [inline, static]

Definition at line 145 of file OSGBaseTypeTraits.h.

00146     {
00147         return false;
00148     }


Member Data Documentation

const bool osg::osg::TypeTraits< bool >::IsPOD = true [static]

Definition at line 123 of file OSGBaseTypeTraits.h.

const MathTypeProperties osg::osg::TypeTraits< bool >::MathProp = BoolValue [static]

Definition at line 124 of file OSGBaseTypeTraits.h.

const bool osg::osg::TypeTraits< bool >::BitsSet = true [static]

Definition at line 126 of file OSGBaseTypeTraits.h.

const bool osg::osg::TypeTraits< bool >::BitsClear = false [static]

Definition at line 127 of file OSGBaseTypeTraits.h.


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

Generated on Mon Mar 17 12:03:10 2008 for OpenSG by  doxygen 1.5.5