Simple coroutine library / objects in plain C Snapshot
Classes | Typedefs | Enumerations
VAL

one typed value A typed value, a tuple of typed values is conveniently passed around by the VALUES class More...

Classes

struct  tagVAL

Typedefs

typedef struct tagVAL VAL

Enumerations

enum  VAL_TYPE {
  VAL_TYPE_UINT8, VAL_TYPE_INT8, VAL_TYPE_UINT16, VAL_TYPE_INT16,
  VAL_TYPE_UINT32, VAL_TYPE_INT32, VAL_TYPE_UINT64, VAL_TYPE_INT64,
  VAL_TYPE_STRING, VAL_TYPE_PTR
}

Detailed Description

one typed value A typed value, a tuple of typed values is conveniently passed around by the VALUES class


Typedef Documentation

typedef struct tagVAL VAL

Enumeration Type Documentation

enum VAL_TYPE
Enumerator:
VAL_TYPE_UINT8 
VAL_TYPE_INT8 
VAL_TYPE_UINT16 
VAL_TYPE_INT16 
VAL_TYPE_UINT32 
VAL_TYPE_INT32 
VAL_TYPE_UINT64 
VAL_TYPE_INT64 
VAL_TYPE_STRING 
VAL_TYPE_PTR 

Definition at line 14 of file val.h.