Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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

#include <OSGBaseTypeTraits.h>

Inheritance diagram for 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::TypeTraits< bool >

Definition at line 121 of file OSGBaseTypeTraits.h.


Member Function Documentation

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

Definition at line 130 of file OSGBaseTypeTraits.h.

00131     {
00132         return false;
00133     }

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

Definition at line 135 of file OSGBaseTypeTraits.h.

00136     {
00137         return true;
00138     }

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

Definition at line 140 of file OSGBaseTypeTraits.h.

00141     {
00142         return true;
00143     }

static bool 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::TypeTraits< bool >::IsPOD = true [static]
 

Definition at line 123 of file OSGBaseTypeTraits.h.

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

Definition at line 124 of file OSGBaseTypeTraits.h.

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

Definition at line 126 of file OSGBaseTypeTraits.h.

const bool 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 Thu Aug 25 04:12:32 2005 for OpenSG by  doxygen 1.4.3