|
Assimp
v4.1. (December 2018)
|
Inherits Assimp::STEP::EXPRESS::PrimitiveDataType< uint32_t >.
Public Member Functions | |
| BINARY () | |
| BINARY (uint32_t val) | |
Public Member Functions inherited from Assimp::STEP::EXPRESS::PrimitiveDataType< uint32_t > | |
| operator const uint32_t & () const | |
| PrimitiveDataType & | operator= (const PrimitiveDataType &o) |
| PrimitiveDataType () | |
| PrimitiveDataType (const PrimitiveDataType &o) | |
| PrimitiveDataType (const uint32_t &val) | |
Public Member Functions inherited from Assimp::STEP::EXPRESS::DataType | |
| template<typename T > | |
| const T & | ResolveSelect (const DB &db) const |
| template<typename T > | |
| const T * | ResolveSelectPtr (const DB &db) const |
| template<typename T > | |
| T & | To () |
| template<typename T > | |
| const T & | To () const |
| template<typename T > | |
| T * | ToPtr () |
| template<typename T > | |
| const T * | ToPtr () const |
| virtual | ~DataType () |
Additional Inherited Members | |
Public Types inherited from Assimp::STEP::EXPRESS::PrimitiveDataType< uint32_t > | |
| typedef uint32_t | Out |
Public Types inherited from Assimp::STEP::EXPRESS::DataType | |
| typedef std::shared_ptr< const DataType > | Out |
Static Public Member Functions inherited from Assimp::STEP::EXPRESS::DataType | |
| static std::shared_ptr< const EXPRESS::DataType > | Parse (const char *&inout, uint64_t line=SyntaxError::LINE_NOT_SPECIFIED, const EXPRESS::ConversionSchema *schema=NULL) |
| parse a variable from a string and set 'inout' to the character behind the last consumed character. More... | |
Protected Attributes inherited from Assimp::STEP::EXPRESS::PrimitiveDataType< uint32_t > | |
| uint32_t | val |
|
inline |
|
inline |