[#BloombergLP-baljsn-EncoderTestSequenceWithUntagged5Sequence-accessAttributes] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/baljsn.adoc[baljsn]::xref:BloombergLP/baljsn/EncoderTestSequenceWithUntagged5Sequence.adoc[EncoderTestSequenceWithUntagged5Sequence]::accessAttributes :relfileprefix: ../../../ :mrdocs: Invoke the specified 'accessor' sequentially on each (non‐modifiable) attribute of this object, supplying 'accessor' with the corresponding attribute information structure until such invocation returns a non‐zero value. Return the value from the last invocation of 'accessor' (i.e., the invocation that terminated the sequence). == Synopsis Declared in `<baljsn_encoder_testtypes.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename t_ACCESSOR> int accessAttributes(t_ACCESSOR& accessor) const; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#