HDK
|
#include <openexr_attr.h>
Public Attributes | |
int32_t | length |
int32_t | alloc_size |
const char * | str |
Storage for a string.
Definition at line 264 of file openexr_attr.h.
int32_t exr_attr_string_t::alloc_size |
If this is non-zero, the string owns the data, if 0, is a const ref to a static string.
Definition at line 268 of file openexr_attr.h.
int32_t exr_attr_string_t::length |
Definition at line 266 of file openexr_attr.h.
const char* exr_attr_string_t::str |
Definition at line 270 of file openexr_attr.h.