| 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 31 of file crateInfo.h.
| 
 | default | 
| 
 | inline | 
Definition at line 33 of file crateInfo.h.
| std::string UsdCrateInfo::Section::name | 
Definition at line 35 of file crateInfo.h.
| int64_t UsdCrateInfo::Section::size = -1 | 
Definition at line 36 of file crateInfo.h.
| int64_t UsdCrateInfo::Section::start = -1 | 
Definition at line 36 of file crateInfo.h.