Symbolic constants for the formatting modes supported by the bdlat framework.
Declared in <bdlat_formattingmode.h>
enum Unnamed enum;
| Name | Description |
|---|---|
e_DEFAULT | Default formatting mode. |
e_DEC | Default formatting mode. |
e_HEX | Use hexadecimal format. |
e_BASE64 | Use base64 format. |
e_TEXT | Use base64 format. |
e_TYPE_MASK | Use base64 format. |
e_UNTAGGED | Use base64 format. |
e_ATTRIBUTE | Attribute formatting flag. |
e_SIMPLE_CONTENT | Attribute formatting flag. |
e_NILLABLE | Nillable formatting flag. |
e_LIST | Nillable formatting flag. |
e_DEFAULT_VALUE | Nillable formatting flag. |
e_FLAGS_MASK | Mask for formatting flags. |
DEFAULT | Deprecated alias for e_DEFAULT. |
DEC | Deprecated alias for e_DEFAULT. |
HEX | Deprecated alias for e_DEFAULT. |
BASE64 | Deprecated alias for e_BASE64. |
TEXT | Deprecated alias for e_BASE64. |
TYPE_MASK | Deprecated alias for e_BASE64. |
IS_UNTAGGED | Deprecated alias for e_UNTAGGED. |
IS_ATTRIBUTE | Deprecated alias for e_ATTRIBUTE. |
IS_SIMPLE_CONTENT | Deprecated alias for e_ATTRIBUTE. |
IS_NILLABLE | Deprecated alias for e_NILLABLE. |
IS_LIST | Deprecated alias for e_NILLABLE. |
FLAGS_MASK | Deprecated alias for e_NILLABLE. |
BDEAT_DEFAULT | Deprecated alias for e_NILLABLE. |
BDEAT_DEC | Deprecated alias for e_NILLABLE. |
BDEAT_HEX | Deprecated alias for e_HEX. |
BDEAT_BASE64 | Deprecated alias for e_HEX. |
BDEAT_TEXT | Deprecated alias for e_HEX. |
BDEAT_TYPE_MASK | Deprecated alias for e_TYPE_MASK. |
BDEAT_UNTAGGED | Deprecated alias for e_TYPE_MASK. |
BDEAT_ATTRIBUTE | Deprecated alias for e_TYPE_MASK. |
BDEAT_SIMPLE_CONTENT | Deprecated alias for e_TYPE_MASK. |
BDEAT_NILLABLE | Deprecated alias for e_TYPE_MASK. |
BDEAT_LIST | Deprecated alias for e_TYPE_MASK. |
BDEAT_DEFAULT_VALUE | Deprecated alias for e_TYPE_MASK. |
BDEAT_FLAGS_MASK | Deprecated alias for e_TYPE_MASK. |
BDEAT_IS_UNTAGGED | Deprecated alias for e_TYPE_MASK. |
BDEAT_IS_ATTRIBUTE | Deprecated alias for e_TYPE_MASK. |
BDEAT_IS_SIMPLE_CONTENT | Deprecated alias for e_SIMPLE_CONTENT. |
BDEAT_IS_NILLABLE | Deprecated alias for e_SIMPLE_CONTENT. |
BDEAT_IS_LIST | Deprecated alias for e_LIST. |