HDK
|
#include <crateInfo.h>
Public Member Functions | |
Section ()=default | |
Section (std::string const &name, int64_t start, int64_t size) | |
Public Attributes | |
std::string | name |
int64_t | start = -1 |
int64_t | size = -1 |
Definition at line 48 of file crateInfo.h.
|
default |
|
inline |
Definition at line 50 of file crateInfo.h.
std::string UsdCrateInfo::Section::name |
Definition at line 52 of file crateInfo.h.
int64_t UsdCrateInfo::Section::size = -1 |
Definition at line 53 of file crateInfo.h.
int64_t UsdCrateInfo::Section::start = -1 |
Definition at line 53 of file crateInfo.h.