Data-structure to query the info of the elements (keys and corresponding types) in the meta-information. More...
#include <Metainfo.h>
Public Attributes | |
char ** | keys |
int * | types |
int | len |
Data-structure to query the info of the elements (keys and corresponding types) in the meta-information.
keys | Array of null-terminated C-strings of the key of each element |
types | Array of TypeIDs of each element |
len | Number of elements in the meta-information |
Definition at line 136 of file Metainfo.h.