[#BloombergLP-bdlt-Iso8601UtilParseConfiguration] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlt.adoc[bdlt]::Iso8601UtilParseConfiguration :relfileprefix: ../../ :mrdocs: This unconstrained (value‐semantic) attribute class characterizes how to configure certain behavior in `Iso8601Util` functions. == Synopsis Declared in `<bdlt_iso8601utilparseconfiguration.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Iso8601UtilParseConfiguration; ---- == Description See the section for information on the class attributes. == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration/2constructor.adoc[`Iso8601UtilParseConfiguration`] [.small]#[constructor]# | Create an `Iso8601UtilParseConfiguration` object having the (default) attribute values: ` relaxed() == false basic() == false ` | xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration/2destructor.adoc[`~Iso8601UtilParseConfiguration`] [.small]#[destructor]# | Destroy this object. | xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration/basic.adoc[`basic`] | Return `true` if the `basic` field of this object is set and `false` otherwise. | xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration/print.adoc[`print`] | Write this object to `stream` in human‐readable form. | xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration/relaxed.adoc[`relaxed`] | Return `true` if the `relaxed` field of this object is set and `false` otherwise. | xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration/setBasic.adoc[`setBasic`] | Set the `basic` field of this object to the specified `value` and return a copy of this object. | xref:BloombergLP/bdlt/Iso8601UtilParseConfiguration/setRelaxed.adoc[`setRelaxed`] | Set the `relaxed` field of this object to the specified `value` and return a copy of this object. |=== == Friends [cols="1,4"] |=== | Name| Description | `xref:BloombergLP/bdlt/operator_not_eq-08f.adoc[BloombergLP::bdlt::operator!=]` | Return `true` if the configurations differ. | `xref:BloombergLP/bdlt/operator_eq-094.adoc[BloombergLP::bdlt::operator==]` | Return `true` if the specified `lhs` and `rhs` have the same value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#