[#BloombergLP-balxml-Decoder_ParseNillableObject] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::Decoder_ParseNillableObject :relfileprefix: ../../ :mrdocs: COMPONENT‐PRIVATE CLASS. DO NOT USE OUTSIDE OF THIS COMPONENT. == Synopsis Declared in `<balxml_decoder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class Decoder_ParseNillableObject; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/balxml/Decoder_ParseNillableObject/2constructor.adoc[`Decoder_ParseNillableObject`] [.small]#[constructor]# | Construct a functor to parse nillable objects. | xref:BloombergLP/balxml/Decoder_ParseNillableObject/executeImp-0fa.adoc[`executeImp`] | `executeImp` overloads | xref:BloombergLP/balxml/Decoder_ParseNillableObject/isNil.adoc[`isNil`] | Return `true` if the value was nil, and false otherwise. | xref:BloombergLP/balxml/Decoder_ParseNillableObject/operator_call.adoc[`operator()`] | Visit the specified `object`. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#