|
GraphicsAPI_2020C
|
Container for holding metadata. More...
#include <metadata.h>

Public Attributes | |
| unsigned int | mNumProperties |
| Length of the mKeys and mValues arrays, respectively. | |
| C_STRUCT aiString * | mKeys |
| Arrays of keys, may not be NULL. More... | |
| C_STRUCT aiMetadataEntry * | mValues |
| Arrays of values, may not be NULL. More... | |
Container for holding metadata.
Metadata is a key-value store using string keys and values.
| C_STRUCT aiString* aiMetadata::mKeys |
Arrays of keys, may not be NULL.
Entries in this array may not be NULL as well.
| C_STRUCT aiMetadataEntry* aiMetadata::mValues |
Arrays of values, may not be NULL.
Entries in this array may be NULL if the corresponding property key has no assigned value.
1.8.13