HDK
|
#include <openexr_attr.h>
Public Attributes | |
int32_t | length |
int32_t | alloc_size |
const char * | str |
Storage for a string.
Definition at line 295 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 299 of file openexr_attr.h.
int32_t exr_attr_string_t::length |
Definition at line 297 of file openexr_attr.h.
const char* exr_attr_string_t::str |
Definition at line 301 of file openexr_attr.h.