BRE12
Public Attributes | List of all members
aiMetadata Struct Reference

Container for holding metadata. More...

#include <metadata.h>

Public Attributes

unsigned int mNumProperties
 Length of the mKeys and mValues arrays, respectively.
 
C_STRUCT aiStringmKeys
 Arrays of keys, may not be NULL. More...
 
C_STRUCT aiMetadataEntrymValues
 Arrays of values, may not be NULL. More...
 

Detailed Description

Container for holding metadata.

Metadata is a key-value store using string keys and values.

Member Data Documentation

§ mKeys

C_STRUCT aiString* aiMetadata::mKeys

Arrays of keys, may not be NULL.

Entries in this array may not be NULL as well.

§ mValues

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.


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