Go to the source code of this file.
Enumerations | |
enum | TupleFormat { TUPLE_FORMAT_STANDARD, TUPLE_FORMAT_ALL_FIXED, TUPLE_FORMAT_NETWORK } |
TupleFormat enumerates the ways in which a tuple can be marshalled. More... |
enum TupleFormat |
TupleFormat enumerates the ways in which a tuple can be marshalled.
Definition at line 32 of file TupleFormat.h.
00033 { 00037 TUPLE_FORMAT_STANDARD, 00038 00043 TUPLE_FORMAT_ALL_FIXED, 00044 00049 TUPLE_FORMAT_NETWORK 00050 };