[#BloombergLP-bdlar-AccessorVtable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::AccessorVtable :relfileprefix: ../../ :mrdocs: This struct stores a series of function pointers to wrappers that invoke the underlying accessor methods with read‐only access of the supplied type‐erased object. == Synopsis Declared in `<bdlar_accessorvtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct AccessorVtable; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/AccessorVtable/AccessArray.adoc[`AccessArray`] | Function pointer type accessing an array reference. | xref:BloombergLP/bdlar/AccessorVtable/AccessChoice.adoc[`AccessChoice`] | Function pointer type accessing a choice reference. | xref:BloombergLP/bdlar/AccessorVtable/AccessCustomized.adoc[`AccessCustomized`] | Function pointer type accessing a customized‐type reference. | xref:BloombergLP/bdlar/AccessorVtable/AccessDynamic.adoc[`AccessDynamic`] | Function pointer type accessing a dynamic‐type reference. | xref:BloombergLP/bdlar/AccessorVtable/AccessEnum.adoc[`AccessEnum`] | Function pointer type accessing an enumeration reference. | xref:BloombergLP/bdlar/AccessorVtable/AccessNullable.adoc[`AccessNullable`] | Function pointer type accessing a nullable‐value reference. | xref:BloombergLP/bdlar/AccessorVtable/AccessSequence.adoc[`AccessSequence`] | Function pointer type accessing a sequence reference. | xref:BloombergLP/bdlar/AccessorVtable/AccessSimple.adoc[`AccessSimple`] | Function pointer type accessing a simple‐type reference. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/AccessorVtable/d_accessArray_fp.adoc[`d_accessArray_fp`] | array accessor function | xref:BloombergLP/bdlar/AccessorVtable/d_accessChoice_fp.adoc[`d_accessChoice_fp`] | choice accessor | xref:BloombergLP/bdlar/AccessorVtable/d_accessCustomized_fp.adoc[`d_accessCustomized_fp`] | customized‐type accessor | xref:BloombergLP/bdlar/AccessorVtable/d_accessDynamic_fp.adoc[`d_accessDynamic_fp`] | dynamic‐type accessor | xref:BloombergLP/bdlar/AccessorVtable/d_accessEnum_fp.adoc[`d_accessEnum_fp`] | enumeration accessor | xref:BloombergLP/bdlar/AccessorVtable/d_accessNullable_fp.adoc[`d_accessNullable_fp`] | nullable accessor function | xref:BloombergLP/bdlar/AccessorVtable/d_accessSequence_fp.adoc[`d_accessSequence_fp`] | sequence accessor | xref:BloombergLP/bdlar/AccessorVtable/d_accessSimple_fp.adoc[`d_accessSimple_fp`] | simple‐type accessor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#