|
HDK
|
#include <abstractData.h>
Inheritance diagram for SdfAbstractDataConstTypedValue< char[N]>:Public Types | |
| typedef char | CharArray [N] |
Public Member Functions | |
| SdfAbstractDataConstTypedValue (const CharArray *value) | |
Public Member Functions inherited from SdfAbstractDataConstTypedValue< std::string > | |
| SdfAbstractDataConstTypedValue (const std::string *value) | |
| virtual bool | GetValue (VtValue *v) const |
| virtual bool | IsEqual (const VtValue &v) const |
Public Member Functions inherited from SdfAbstractDataConstValue | |
| template<class T > | |
| bool | GetValue (T *v) const |
Additional Inherited Members | |
Public Attributes inherited from SdfAbstractDataConstValue | |
| const void * | value |
| const std::type_info & | valueType |
Protected Member Functions inherited from SdfAbstractDataConstValue | |
| SdfAbstractDataConstValue (const void *value_, const std::type_info &valueType_) | |
Definition at line 599 of file abstractData.h.
| typedef char SdfAbstractDataConstTypedValue< char[N]>::CharArray[N] |
Definition at line 603 of file abstractData.h.
|
inline |
Definition at line 604 of file abstractData.h.