#include <OSGSysFieldDataType.h>
Inheritance diagram for osg::FieldDataTraits< Int32 >:

Public Types | |
| typedef FieldDataTraits< Int32 > | Self |
| enum | { StringConvertable } |
| typedef osgIF< uiTest==1, const Int32, const Int32 & >::_IRet | ArgumentType |
| enum | { ToStringConvertable = 0x01, FromStringConvertable = 0x02 } |
Static Public Member Functions | |
| static DataType & | getType (void) |
| static Char8 * | getSName (void) |
| static Char8 * | getMName (void) |
| static Int32 | getDefault (void) |
| static bool | getFromString (Int32 &outVal, const Char8 *&inVal) |
| static void | putToString (const Int32 &inVal, std::string &outStr) |
| static UInt32 | getBinSize (const Int32 &) |
| static UInt32 | getBinSize (const Int32 *, UInt32 uiNumObjects) |
| static void | copyToBin (BinaryDataHandler &pMem, const Int32 &oObject) |
| static void | copyToBin (BinaryDataHandler &pMem, const Int32 *pObjectStore, UInt32 uiNumObjects) |
| static void | copyFromBin (BinaryDataHandler &pMem, Int32 &oObject) |
| static void | copyFromBin (BinaryDataHandler &pMem, Int32 *pObjectStore, UInt32 uiNumObjects) |
| static bool | getFromString (Int32 &outVal, const Char8 *inVal) |
| static const Char8 * | getPName (void) |
Static Public Attributes | |
| static DataType | _type |
| static const UInt32 | uiTest |
Definition at line 365 of file OSGSysFieldDataType.h.
|
|
Definition at line 369 of file OSGSysFieldDataType.h. |
|
|
Definition at line 122 of file OSGFieldDataType.h. |
|
|
Definition at line 371 of file OSGSysFieldDataType.h. 00371 { StringConvertable = Self::ToStringConvertable | 00372 Self::FromStringConvertable };
|
|
|
Definition at line 69 of file OSGFieldDataType.h. 00070 { 00071 ToStringConvertable = 0x01, 00072 FromStringConvertable = 0x02 00073 };
|
|
|
Definition at line 374 of file OSGSysFieldDataType.h. 00374 { return _type; }
|
|
|
Definition at line 376 of file OSGSysFieldDataType.h.
|
|
|
Definition at line 377 of file OSGSysFieldDataType.h.
|
|
|
Definition at line 379 of file OSGSysFieldDataType.h.
|
|
||||||||||||
|
Definition at line 381 of file OSGSysFieldDataType.h. 00383 { 00384 outVal = TypeTraits<Int32>::getFromString(inVal); 00385 00386 return true; 00387 }
|
|
||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< Int32 >. Definition at line 389 of file OSGSysFieldDataType.h. References osg::FieldTraitsRecurseBase< FieldTypeT >::putToString(). 00391 { 00392 outStr.assign(TypeTraits<Int32>::putToString(inVal)); 00393 }
|
|
|
Reimplemented from osg::FieldTraitsRecurseBase< Int32 >. Definition at line 365 of file OSGFieldDataType.h.
|
|
||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< Int32 >. Definition at line 370 of file OSGFieldDataType.h.
|
|
||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< Int32 >. Definition at line 376 of file OSGFieldDataType.h. References osg::BinaryDataHandler::putValue().
|
|
||||||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< Int32 >. Definition at line 382 of file OSGFieldDataType.h. References osg::BinaryDataHandler::putValues().
|
|
||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< Int32 >. Definition at line 389 of file OSGFieldDataType.h. References osg::BinaryDataHandler::getValue().
|
|
||||||||||||||||
|
Reimplemented from osg::FieldTraitsRecurseBase< Int32 >. Definition at line 395 of file OSGFieldDataType.h. References osg::BinaryDataHandler::getValues().
|
|
||||||||||||
|
Definition at line 209 of file OSGFieldDataType.h. 00211 { 00212 typedef FieldDataTraits<FieldTypeT> MappedTrait; 00213 00214 return MappedTrait::getFromString(outVal, inVal); 00215 }
|
|
|
Definition at line 75 of file OSGFieldDataType.h.
|
|
|
|
|
|
Definition at line 117 of file OSGFieldDataType.h. |
1.4.3