|
template<typename TYPE > |
static TYPE | ConvertTo (ValueUnion v, EDataType eType) |
| Convert a property value to a given type TYPE. More...
|
|
static ValueUnion | DefaultValue (EDataType eType) |
| Get the default value for a given data type. More...
|
|
static bool | ParseInstance (const char *pCur, const char **pCurOut, const Property *prop, PropertyInstance *p_pcOut) |
| Parse a property instance. More...
|
|
static bool | ParseInstanceBinary (const char *pCur, const char **pCurOut, const Property *prop, PropertyInstance *p_pcOut, bool p_bBE) |
| Parse a property instance in binary format. More...
|
|
static bool | ParseValue (const char *pCur, const char **pCurOut, EDataType eType, ValueUnion *out) |
| Parse a value. More...
|
|
static bool | ParseValueBinary (const char *pCur, const char **pCurOut, EDataType eType, ValueUnion *out, bool p_bBE) |
| Parse a binary value. More...
|
|
Instance of a property in a PLY file.