[#BloombergLP-balxml-Decoder_ParseObject-executeImp-0c1] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/balxml.adoc[balxml]::xref:BloombergLP/balxml/Decoder_ParseObject.adoc[Decoder_ParseObject]::executeImp :relfileprefix: ../../../ :mrdocs: Parse the visited value into the specified `object`. == Synopses Declared in `<balxml_decoder.h>` Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-0c0.adoc[executeImp]( xref:bsl/vector-00d.adoc[bsl::vector<char>]* object, int formattingMode, xref:BloombergLP/bdlat_TypeCategory/Array.adoc[bdlat_TypeCategory::Array] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-0c0.adoc[_» more..._]# Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-00.adoc[executeImp]( TYPE* object, int formattingMode, xref:BloombergLP/bdlat_TypeCategory/Array.adoc[bdlat_TypeCategory::Array] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-00.adoc[_» more..._]# Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-0d.adoc[executeImp]( TYPE* object, int formattingMode, xref:BloombergLP/bdlat_TypeCategory/Choice.adoc[bdlat_TypeCategory::Choice] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-0d.adoc[_» more..._]# Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-07.adoc[executeImp]( TYPE* object, int formattingMode, xref:BloombergLP/bdlat_TypeCategory/CustomizedType.adoc[bdlat_TypeCategory::CustomizedType] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-07.adoc[_» more..._]# Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-09f.adoc[executeImp]( TYPE* object, int formattingMode, xref:BloombergLP/bdlat_TypeCategory/DynamicType.adoc[bdlat_TypeCategory::DynamicType] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-09f.adoc[_» more..._]# Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-099.adoc[executeImp]( TYPE* object, int formattingMode, xref:BloombergLP/bdlat_TypeCategory/NullableValue.adoc[bdlat_TypeCategory::NullableValue] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-099.adoc[_» more..._]# Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-01.adoc[executeImp]( TYPE* object, int formattingMode, xref:BloombergLP/bdlat_TypeCategory/Sequence.adoc[bdlat_TypeCategory::Sequence] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-01.adoc[_» more..._]# Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> int xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-06.adoc[executeImp]( xref:bsl/vector-00d.adoc[bsl::vector<TYPE>]* object, int formattingMode, xref:BloombergLP/bdlat_TypeCategory/Array.adoc[bdlat_TypeCategory::Array] category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-06.adoc[_» more..._]# Parse the visited value into the specified `object`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template< class TYPE, class ANY_CATEGORY> int xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-04.adoc[executeImp]( TYPE* object, int formattingMode, ANY_CATEGORY category); ---- [.small]#xref:BloombergLP/balxml/Decoder_ParseObject/executeImp-04.adoc[_» more..._]# == Return Value 0 on success, and a non‐zero value otherwise == Parameters [cols="1,4"] |=== | Name| Description | *object* | object being decoded | *formattingMode* | formatting mode for the element | *category* | bdlat type‐category tag selecting this overload |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#