#include "dcbase.h"
Go to the source code of this file.
Enumerations | |
enum | DCSubatomicType { ST_int8, ST_int16, ST_int32, ST_int64, ST_uint8, ST_uint16, ST_uint32, ST_uint64, ST_float64, ST_string, ST_blob, ST_int16array, ST_int32array, ST_uint16array, ST_uint32array, ST_int8array, ST_uint8array, ST_uint32uint8array, ST_invalid } |
This defines the numeric type of each element of a DCAtomicField; that is, the particular values that will get added to the message when the atomic field method is called. More... | |
Functions | |
END_PUBLISH ostream & | operator<< (ostream &out, DCSubatomicType type) |
Definition in file dcSubatomicType.h.
|
This defines the numeric type of each element of a DCAtomicField; that is, the particular values that will get added to the message when the atomic field method is called.
Definition at line 41 of file dcSubatomicType.h. |
|
Definition at line 25 of file dcSubatomicType.cxx. References ST_blob, ST_float64, ST_int16, ST_int16array, ST_int32, ST_int32array, ST_int64, ST_int8array, ST_invalid, ST_string, ST_uint16, ST_uint16array, ST_uint32, ST_uint32array, ST_uint32uint8array, ST_uint64, ST_uint8, and ST_uint8array. |