|
BDE 4.39.x Production Release
|
#include <baljsn_datumencoderoptions.h>
This simply constrained (value-semantic) attribute class specifies options for encoding Datum objects in the JSON format. See the Attributes section for information on the class attributes.
Public Member Functions | |
| DatumEncoderOptions () | |
| DatumEncoderOptions (const DatumEncoderOptions &original) | |
| ~DatumEncoderOptions () | |
| DatumEncoderOptions & | operator= (const DatumEncoderOptions &rhs) |
| void | reset () |
| void | setStrictTypes (bool value) |
| void | setInitialIndentLevel (int value) |
| void | setSpacesPerLevel (int value) |
| void | setEncodingStyle (baljsn::EncodingStyle::Value value) |
| void | setEncodeQuotedDecimal64 (bool value) |
| bool | strictTypes () const |
| int | initialIndentLevel () const |
| int | spacesPerLevel () const |
| baljsn::EncodingStyle::Value | encodingStyle () const |
| bool | encodeQuotedDecimal64 () const |
| bsl::ostream & | print (bsl::ostream &stream, int level=0, int spacesPerLevel=4) const |
Static Public Attributes | |
| static const bool | s_DEFAULT_INITIALIZER_STRICT_TYPES |
| static const bool | s_DEFAULT_INITIALIZER_ENCODE_QUOTED_DECIMAL64 |
| static const int | s_DEFAULT_INITIALIZER_INITIAL_INDENT_LEVEL |
| static const int | s_DEFAULT_INITIALIZER_SPACES_PER_LEVEL |
| static const baljsn::EncodingStyle::Value | s_DEFAULT_INITIALIZER_ENCODING_STYLE |
| baljsn::DatumEncoderOptions::DatumEncoderOptions | ( | ) |
Create an object of type DatumEncoderOptions having the default value.
| baljsn::DatumEncoderOptions::DatumEncoderOptions | ( | const DatumEncoderOptions & | original | ) |
Create an object of type DatumEncoderOptions having the value of the specified original object.
| baljsn::DatumEncoderOptions::~DatumEncoderOptions | ( | ) |
Destroy this object.
|
inline |
Return the value of the "EncodeQuotedDecimal64" attribute of this object.
|
inline |
Return the "EncodingStyle" attribute of this object.
|
inline |
Return the "InitialIndentLevel" attribute of this object.
| DatumEncoderOptions & baljsn::DatumEncoderOptions::operator= | ( | const DatumEncoderOptions & | rhs | ) |
Assign to this object the value of the specified rhs object.
| bsl::ostream & baljsn::DatumEncoderOptions::print | ( | bsl::ostream & | stream, |
| int | level = 0, |
||
| int | spacesPerLevel = 4 |
||
| ) | const |
Format this object to the specified output stream at the optionally specified indentation level and return a reference to the modifiable stream. If level is specified, optionally specify spacesPerLevel, the number of spaces per indentation level for this and all of its nested objects. Each line is indented by the absolute value of level * spacesPerLevel. If level is negative, suppress indentation of the first line. If spacesPerLevel is negative, suppress line breaks and format the entire output on one line. If stream is initially invalid, this operation has no effect.
| void baljsn::DatumEncoderOptions::reset | ( | ) |
Reset this object to the default value (i.e., its value upon default construction).
|
inline |
Set the "EncodeQuotedDecimal64" attribute of this object to the specified value.
|
inline |
Set the "EncodingStyle" attribute of this object to the specified value.
|
inline |
Set the "InitialIndentLevel" attribute of this object to the specified value.
0 <= value.
|
inline |
Set the "SpacesPerLevel" attribute of this object to the specified value.
0 <= value.
|
inline |
Set the "StrictTypes" attribute of this object to the specified value.
|
inline |
Return the "SpacesPerLevel" attribute of this object.
|
inline |
Return the "StrictTypes" attribute of this object.
|
static |
|
static |
|
static |
|
static |
|
static |