Enumeration of encoding style (COMPACT or PRETTY).
Declared in <baljsn_encodingstyle.h>
struct EncodingStyle;
| Name | Description |
|---|---|
Unnamed enum | Enumerator count constant. |
Value | Encoding style enumerator values. |
| Name | Description |
|---|---|
fromInt | Load into the specified result the enumerator matching the specified number. Return 0 on success, and a non-zero value with no effect on result otherwise (i.e., number does not match any enumerator). |
fromString | fromString overloads |
print | Write to the specified stream the string representation of the specified enumeration value. Return a reference to the modifiable stream. |
toString | Return the string representation exactly matching the enumerator name corresponding to the specified enumeration value. |
| Name | Description |
|---|---|
CLASS_NAME | Name of this class. |
ENUMERATOR_INFO_ARRAY | Enumerator metadata for this type. |
| Name | Description |
|---|---|
bdlat_BasicEnumerationWrapper<baljsn::EncodingStyle::Value> |