Simple coroutine library / objects in plain C Snapshot
|
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 } |
one typed value A typed value, a tuple of typed values is conveniently passed around by the VALUES class
enum VAL_TYPE |