Options for controlling the JSON decoding process.
Synopsis
Declared in <baljsn_decoderoptions.h>
class DecoderOptions;
Enums
Name |
Description |
Attribute identifier constants. |
|
Attribute count constant. |
|
Attribute index constants. |
Member Functions
Name |
Description |
|
Constructors |
|
Destroy this object. |
Assignment operators |
|
|
|
Invoke the specified |
|
Return the value of the "AllowConsecutiveSeparators" attribute of this object. |
|
Return the value of the "AllowFormFeedAsWhitespace" attribute of this object. |
|
Return the value of the "AllowMissingRequiredAttributes" attribute of this object. |
|
Return the value of the "AllowUnescapedControlCharacters" attribute of this object. |
|
|
|
Invoke the specified |
|
Return the value of the "MaxDepth" attribute of this object. |
|
Format this object to the specified output |
|
Reset this object to the default value (i.e., its value upon default construction). |
|
Set the "AllowConsecutiveSeparators" attribute of this object to the specified |
|
Set the "AllowFormFeedAsWhitespace" attribute of this object to the specified |
|
Set "AllowMissingRequiredAttributes" attribute of this object to the specified |
|
Set the "AllowUnescapedControlCharacters" attribute of this object to the specified |
|
Set the "MaxDepth" attribute of this object to the specified |
|
Set the "SkipUnknownElements" attribute of this object to the specified |
|
Set the "ValidateInputIsUtf8" attribute of this object to the specified |
|
Return the value of the "SkipUnknownElements" attribute of this object. |
|
Return the value of the "ValidateInputIsUtf8" attribute of this object. |
Static Member Functions
Name |
Description |
|
Static Data Members
Name |
Description |
Attribute metadata for this options type. |
|
Name of this class. |
|
|
Default value for the |
|
Default value for the |
|
Default value for the |
|
Default value for the |
Default value for the |
|
|
Default value for the |
|
Default value for the |
Friends
Name |
Description |
Pass the specified |
|
Format the specified |
|
Returns |
|
Return |
Created with MrDocs