#include<kfbxdatatypes.h>Definition at line65of filekfbxdatatypes.h.
Constructor and Destructor. | |
| KFbxDataType() | |
| Constructor. | |
| KFbxDataType(KFbxDataTypeconst&pDataType) | |
| Copy constructor. | |
| void | Destroy() |
| Destroy this datatype. | |
| KFbxDataType(KFbxTypeInfoHandleconst&pTypeInfoHandle) | |
| Constructor. | |
| ~KFbxDataType() | |
| Destructor. | |
boolean operation | |
| bool | operator==(constKFbxDataType&pDataType) const |
| Equality operator. | |
| bool | operator!=(constKFbxDataType&pDataType) const |
| Non-equality operator. | |
Public Member Functions | |
| KFbxDataType& | operator=(constKFbxDataType&pDataType) |
| Assignment operator. | |
| bool | Valid() const |
| Test whether this datatype is a valid datatype. | |
| bool | Is(constKFbxDataType&pDataType) const |
| Test if this datatype is the specified datatype. | |
| EFbxType | GetType() const |
| Retrieve this data type. | |
| const char * | GetName() const |
| Retrieve data type name. | |
| KFbxTypeInfoHandleconst& | GetTypeInfoHandle() const |
| Retrieve the information handle of this data type. | |
| KFbxDataType | ( | ) |
Constructor.
| KFbxDataType | ( | KFbxDataTypeconst& | pDataType | ) |
Copy constructor.
| KFbxDataType | ( | KFbxTypeInfoHandleconst& | pTypeInfoHandle | ) |
Constructor.
| pTypeInfoHandle | Type information handle |
| ~KFbxDataType | ( | ) |
Destructor.
| void Destroy | ( | ) |
Destroy this datatype.
| KFbxDataType&operator= | ( | constKFbxDataType& | pDataType | ) | [inline] |
Assignment operator.
| pDataType | Datatype whose value is assigned to this datatype. |
Definition at line98of filekfbxdatatypes.h.
ReferencesmTypeInfoHandle.
| bool operator== | ( | constKFbxDataType& | pDataType | ) | const[inline] |
Equality operator.
| pDataType | Datatype to compare to. |
trueif equal,falseotherwise.Definition at line109of filekfbxdatatypes.h.
ReferencesmTypeInfoHandle.
| bool operator!= | ( | constKFbxDataType& | pDataType | ) | const[inline] |
Non-equality operator.
| pDataType | Datatype to compare to. |
trueif unequal,falseotherwise.Definition at line115of filekfbxdatatypes.h.
ReferencesmTypeInfoHandle.
| bool Valid | ( | ) | const[inline] |
Test whether this datatype is a valid datatype.
trueif valid,falseotherwise.Definition at line122of filekfbxdatatypes.h.
ReferencesKFbxPropertyHandle::Valid().
| bool Is | ( | constKFbxDataType& | pDataType | ) | const[inline] |
Test if this datatype is the specified datatype.
| pDataType | Datatype to compare to. |
trueif this datatype is the specified datatype,falseotherwise.Definition at line128of filekfbxdatatypes.h.
ReferencesmTypeInfoHandle.
| EFbxType GetType | ( | ) | const |
| const char* GetName | ( | ) | const |
Retrieve data type name.
| KFbxTypeInfoHandleconst&GetTypeInfoHandle | ( | ) | const[inline] |
Retrieve the information handle of this data type.
Definition at line146of filekfbxdatatypes.h.