xchange v0.9
Structured data exchange for C/C++
Loading...
Searching...
No Matches
XField Struct Reference

An SMA-X field, typically as part of an XStructure. A field may be a reference to a nested XStructure itself. More...

#include <xchange.h>

Data Fields

int flags
 (optional) flags that specific data exchange mechanism may use, e.g. for BSON subtype.
 
boolean isSerialized
 Whether the fields is stored in serialized (string) format.
 
charname
 Pointer to a designated local name buffer. It may not contain a separator (see X_SEP).
 
int ndim
 The dimensionality of the data.
 
struct XFieldnext
 Pointer to the next linked element (if inside an XStructure).
 
int sizes [X_MAX_DIMS]
 The sizes along each dimension.
 
XType type
 The underlyng data type.
 
charvalue
 Pointer to designated local string content (or structure)...
 

Detailed Description

An SMA-X field, typically as part of an XStructure. A field may be a reference to a nested XStructure itself.

See also
smaxCreateField()
smaxCreateScalarField()
smaxCreate1DField()
smaxDestroyField()
smaxShareField()

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