[#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. See the section for information on the class attributes. == Synopsis Declared in `<bdlt_iso8601utilparseconfiguration.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Iso8601UtilParseConfiguration; ---- == 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 the value of this object to the specified output `stream` in a human‐readable format, and return a reference to `stream`. Optionally specify an initial indentation `level`, whose absolute value is incremented recursively for nested objects. If `level` is specified, optionally specify `spacesPerLevel`, whose absolute value indicates the number of spaces per indentation level for this and all of its nested objects. If `level` is negative, suppress indentation of the first line. If `spacesPerLevel` is negative, format the entire output on one line, suppressing all but the initial indentation (as governed by `level`). If `stream` is not valid on entry, this operation has no effect. Note that this human‐readable format is not fully specified, and can change without notice. | 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 specified `lhs` and `rhs` objects do not have the same value, and `false` otherwise. Two `Iso8601UtilParseConfiguration` objects do not have the same value if either of their `basic` or `relaxed` attributes (respectively) do not have the same value. | `xref:BloombergLP/bdlt/operator_eq-094.adoc[BloombergLP::bdlt::operator==]` | Return `true` if the specified `lhs` and `rhs` objects have the same value, and `false` otherwise. Two `Iso8601UtilParseConfiguration` objects have the same value if each of their `basic` and `relaxed` attributes (respectively) have the same value. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#