|
Assimp
v4.1. (December 2018)
|
Inherits Assimp::FIValue.
Inherited by Assimp::FILongValueImpl.
Static Public Member Functions | |
| static std::shared_ptr< FILongValue > | create (std::vector< int64_t > &&value) |
Public Attributes | |
| std::vector< int64_t > | value |
Additional Inherited Members | |
Public Member Functions inherited from Assimp::FIValue | |
| virtual const std::string & | toString () const =0 |
| virtual | ~FIValue () |
|
static |
| std::vector<int64_t> Assimp::FILongValue::value |