HDK
|
#include <openexr_attr.h>
Public Attributes | |
int32_t | n_strings |
int32_t | alloc_size |
const exr_attr_string_t * | strings |
Storage for a string vector.
Definition at line 305 of file openexr_attr.h.
int32_t exr_attr_string_vector_t::alloc_size |
If this is non-zero, the string vector owns the data, if 0, is a const ref.
Definition at line 309 of file openexr_attr.h.
int32_t exr_attr_string_vector_t::n_strings |
Definition at line 307 of file openexr_attr.h.
const exr_attr_string_t* exr_attr_string_vector_t::strings |
Definition at line 311 of file openexr_attr.h.