Serialbox  2.2.0
Data serialization library and tools for C/C++, Python and Fortran
serialboxMetainfoElementInfo_t Struct Reference

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
 

Detailed Description

Data-structure to query the info of the elements (keys and corresponding types) in the meta-information.

Parameters
keysArray of null-terminated C-strings of the key of each element
typesArray of TypeIDs of each element
lenNumber of elements in the meta-information

Definition at line 136 of file Metainfo.h.


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