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

osg::FieldDataTraits< AttachmentContainerPtr > Struct Template Reference
[Field Data Traits]

#include <OSGAttachmentContainerFieldDataType.h>

Inheritance diagram for osg::FieldDataTraits< AttachmentContainerPtr >:

osg::FieldTraitsRecurseMapper< AttachmentContainerPtr, true > osg::FieldTraitsRecurseBase< AttachmentContainerPtr > osg::FieldTraits List of all members.

Public Types

typedef FieldDataTraits< AttachmentContainerPtrSelf
enum  { StringConvertable = Self::ToStringConvertable }
enum  { bHasParent = 0x01 }
typedef AttachmentContainerPtr::Inherited Inherited
typedef FieldDataTraits< AttachmentContainerPtrFieldTypeTraits
typedef osgIF<(bTypeHasParent==true), FieldDataTraits<
Inherited >, FieldTraitsRecurseBase<
AttachmentContainerPtr
> >::_IRe 
MappedTrait )
typedef osgIF< uiTest==1,
const AttachmentContainerPtr,
const AttachmentContainerPtr
& >::_IRet 
ArgumentType

Static Public Member Functions

static DataTypegetType (void)
static char * getSName (void)
static char * getMName (void)
static UInt32 getBinSize (const AttachmentContainerPtr &oObject)
static UInt32 getBinSize (const AttachmentContainerPtr *pObjectStore, UInt32 uiNumObjects)
static void copyToBin (BinaryDataHandler &pMem, const AttachmentContainerPtr &oObject)
static void copyToBin (BinaryDataHandler &pMem, const AttachmentContainerPtr *pObjectStore, UInt32 uiNumObjects)
static void copyFromBin (BinaryDataHandler &pMem, AttachmentContainerPtr &oObject)
static void copyFromBin (BinaryDataHandler &pMem, AttachmentContainerPtr *pObjectStore, UInt32 uiNumObjects)
static bool getFromString (AttachmentContainerPtr &outVal, const Char8 *inVal)
static void putToString (const AttachmentContainerPtr &inVal, std::string &outStr)
static const Char8getPName (void)

Static Public Attributes

static DataType _type
static const UInt32 uiTest

Detailed Description

template<>
struct osg::FieldDataTraits< AttachmentContainerPtr >

Definition at line 64 of file OSGAttachmentContainerFieldDataType.h.


Member Typedef Documentation

typedef FieldDataTraits<AttachmentContainerPtr> osg::FieldDataTraits< AttachmentContainerPtr >::Self
 

Definition at line 67 of file OSGAttachmentContainerFieldDataType.h.

typedef AttachmentContainerPtr ::Inherited osg::FieldTraitsRecurseMapper< AttachmentContainerPtr , bTypeHasParent >::Inherited [inherited]
 

Definition at line 412 of file OSGFieldDataType.h.

typedef FieldDataTraits<AttachmentContainerPtr > osg::FieldTraitsRecurseMapper< AttachmentContainerPtr , bTypeHasParent >::FieldTypeTraits [inherited]
 

Definition at line 413 of file OSGFieldDataType.h.

typedef osgIF<(bTypeHasParent == true), FieldDataTraits<Inherited>, FieldTraitsRecurseBase<AttachmentContainerPtr > >::_IRe osg::FieldTraitsRecurseMapper< AttachmentContainerPtr , bTypeHasParent >::MappedTrait) [inherited]
 

Definition at line 422 of file OSGFieldDataType.h.

typedef osgIF<uiTest == 1, const AttachmentContainerPtr , const AttachmentContainerPtr & >::_IRet osg::FieldTraitsRecurseBase< AttachmentContainerPtr >::ArgumentType [inherited]
 

Definition at line 122 of file OSGFieldDataType.h.


Member Enumeration Documentation

anonymous enum
 

Enumerator:
StringConvertable 

Reimplemented from osg::FieldTraits.

Definition at line 71 of file OSGAttachmentContainerFieldDataType.h.

00072     {
00073         StringConvertable = Self::ToStringConvertable
00074     };

anonymous enum
 

Enumerator:
bHasParent 

Definition at line 76 of file OSGAttachmentContainerFieldDataType.h.

00077     { 
00078         bHasParent        = 0x01
00079     };


Member Function Documentation

static DataType& osg::FieldDataTraits< AttachmentContainerPtr >::getType void   )  [inline, static]
 

Definition at line 81 of file OSGAttachmentContainerFieldDataType.h.

00081 { return _type;                          }

static char* osg::FieldDataTraits< AttachmentContainerPtr >::getSName void   )  [inline, static]
 

Definition at line 83 of file OSGAttachmentContainerFieldDataType.h.

00083 { return "SFAttachmentContainerPtr";     }

static char* osg::FieldDataTraits< AttachmentContainerPtr >::getMName void   )  [inline, static]
 

Definition at line 84 of file OSGAttachmentContainerFieldDataType.h.

00084 { return "MFAttachmentContainerPtr";     }

static UInt32 osg::FieldTraitsRecurseMapper< AttachmentContainerPtr , bTypeHasParent >::getBinSize const AttachmentContainerPtr oObject  )  [inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< AttachmentContainerPtr >.

Definition at line 428 of file OSGFieldDataType.h.

00429     {
00430         return MappedTrait::getBinSize(oObject);
00431     }

static UInt32 osg::FieldTraitsRecurseMapper< AttachmentContainerPtr , bTypeHasParent >::getBinSize const AttachmentContainerPtr pObjectStore,
UInt32  uiNumObjects
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< AttachmentContainerPtr >.

Definition at line 433 of file OSGFieldDataType.h.

00435     {
00436         return MappedTrait::getBinSize(pObjectStore, uiNumObjects);
00437     }

static void osg::FieldTraitsRecurseMapper< AttachmentContainerPtr , bTypeHasParent >::copyToBin BinaryDataHandler pMem,
const AttachmentContainerPtr oObject
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< AttachmentContainerPtr >.

Definition at line 439 of file OSGFieldDataType.h.

00441     {
00442         MappedTrait::copyToBin(pMem, oObject);
00443     }

static void osg::FieldTraitsRecurseMapper< AttachmentContainerPtr , bTypeHasParent >::copyToBin BinaryDataHandler pMem,
const AttachmentContainerPtr pObjectStore,
UInt32  uiNumObjects
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< AttachmentContainerPtr >.

Definition at line 445 of file OSGFieldDataType.h.

00448     {
00449         MappedTrait::copyToBin(pMem, pObjectStore, uiNumObjects);
00450     }

static void osg::FieldTraitsRecurseMapper< AttachmentContainerPtr , bTypeHasParent >::copyFromBin BinaryDataHandler pMem,
AttachmentContainerPtr oObject
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< AttachmentContainerPtr >.

Definition at line 452 of file OSGFieldDataType.h.

00454     {
00455         MappedTrait::copyFromBin(pMem, oObject);
00456     }

static void osg::FieldTraitsRecurseMapper< AttachmentContainerPtr , bTypeHasParent >::copyFromBin BinaryDataHandler pMem,
AttachmentContainerPtr pObjectStore,
UInt32  uiNumObjects
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< AttachmentContainerPtr >.

Definition at line 458 of file OSGFieldDataType.h.

00461     {
00462         MappedTrait::copyFromBin(pMem, pObjectStore, uiNumObjects);
00463     }

static bool osg::FieldTraitsRecurseMapper< AttachmentContainerPtr , bTypeHasParent >::getFromString AttachmentContainerPtr outVal,
const Char8 inVal
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< AttachmentContainerPtr >.

Definition at line 465 of file OSGFieldDataType.h.

00467     {
00468         return MappedTrait::getFromString(outVal, inVal);
00469     }

static void osg::FieldTraitsRecurseMapper< AttachmentContainerPtr , bTypeHasParent >::putToString const AttachmentContainerPtr inVal,
std::string &  outStr
[inline, static, inherited]
 

Reimplemented from osg::FieldTraitsRecurseBase< AttachmentContainerPtr >.

Definition at line 471 of file OSGFieldDataType.h.

00473     {
00474         MappedTrait::putToString(inVal, outStr);
00475     }

static const Char8* osg::FieldTraits::getPName void   )  [inline, static, inherited]
 

Definition at line 75 of file OSGFieldDataType.h.

00075 { return "Field"; }


Member Data Documentation

DataType osg::FieldDataTraits< AttachmentContainerPtr >::_type [static]
 

const UInt32 osg::FieldTraitsRecurseBase< AttachmentContainerPtr >::uiTest [static, inherited]
 

Definition at line 117 of file OSGFieldDataType.h.


The documentation for this struct was generated from the following files:
Generated on Thu Aug 25 04:13:31 2005 for OpenSG by  doxygen 1.4.3