HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages

#include <openexr_attr.h>

Public Attributes

int32_t length
 
int32_t alloc_size
 
const char * str
 

Detailed Description

Storage for a string.

Definition at line 295 of file openexr_attr.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: