Go to the source code of this file.
Data Structures | |
struct | StreamFormat |
Typedefs | |
typedef struct StreamFormat | StreamFormat |
Enumerations | |
enum | StreamFormatFlag { left_flag = 0x01, sign_flag = 0x02, space_flag = 0x04, alt_flag = 0x08, zero_flag = 0x10, skip_flag = 0x20, default_flag = 0x40, compare_flag = 0x80 } |
enum | StreamFormatType { long_format = 1, enum_format = 2, double_format = 3, string_format = 4, pseudo_format = 5 } |
Variables | |
const char * | StreamFormatTypeStr [] |
typedef struct StreamFormat StreamFormat |
enum StreamFormatFlag |
Definition at line 25 of file StreamFormat.h.
enum StreamFormatType |
Definition at line 36 of file StreamFormat.h.
const char* StreamFormatTypeStr[] |