15 #ifndef SERIALBOX_C_TYPE_H    16 #define SERIALBOX_C_TYPE_H    18 #include "serialbox-c/Api.h"    19 #include "serialbox/core/Config.h"    75 SERIALBOX_API 
typedef struct {
    83 SERIALBOX_API 
typedef struct {
    91 SERIALBOX_API 
typedef struct {
    99 SERIALBOX_API 
typedef struct {
   129   ArrayOfBoolean = Array | Boolean,
   130   ArrayOfInt32 = Array | Int32,
   131   ArrayOfInt64 = Array | Int64,
   132   ArrayOfFloat32 = Array | Float32,
   133   ArrayOfFloat64 = Array | Float64,
   134   ArrayOfString = Array | String
 serialboxOpenModeKind
Policy for opening files in the Serializer and Archive. 
SERIALBOX_API typedef int serialboxBoolean_t
Boolean type of serialbox. 
SERIALBOX_API typedef int64_t serialboxInt64_t
64-bit integral type of serialbox 
SERIALBOX_API typedef int32_t serialboxInt32_t
32-bit integral type of serialbox 
SERIALBOX_API typedef char * serialboxString_t
String type of serialbox. 
Refrence to a Serializer. 
SERIALBOX_API typedef float serialboxFloat32_t
32-bit floating point type of serialbox (float) 
SERIALBOX_API typedef double serialboxFloat64_t
64-bit floating point type of serialbox (double) 
serialboxTypeID
Type-id of types recognized by serialbox.