[#BloombergLP-bdlar-ManipulatorVtable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::ManipulatorVtable :relfileprefix: ../../ :mrdocs: This struct stores a series of function pointers to wrappers that invoke the underlying manipulator methods of the supplied type‐erased object. == Synopsis Declared in `<bdlar_manipulatorvtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ManipulatorVtable; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/ManipulatorVtable/ManipulateArray.adoc[`ManipulateArray`] | Function pointer type manipulating an array reference. | xref:BloombergLP/bdlar/ManipulatorVtable/ManipulateChoice.adoc[`ManipulateChoice`] | Function pointer type manipulating a choice reference. | xref:BloombergLP/bdlar/ManipulatorVtable/ManipulateCustomized.adoc[`ManipulateCustomized`] | Function pointer type manipulating a customized‐type reference. | xref:BloombergLP/bdlar/ManipulatorVtable/ManipulateDynamic.adoc[`ManipulateDynamic`] | Function pointer type manipulating a dynamic‐type reference. | xref:BloombergLP/bdlar/ManipulatorVtable/ManipulateEnum.adoc[`ManipulateEnum`] | Function pointer type manipulating an enumeration reference. | xref:BloombergLP/bdlar/ManipulatorVtable/ManipulateNullable.adoc[`ManipulateNullable`] | Function pointer type manipulating a nullable‐value reference. | xref:BloombergLP/bdlar/ManipulatorVtable/ManipulateSequence.adoc[`ManipulateSequence`] | Function pointer type manipulating a sequence reference. | xref:BloombergLP/bdlar/ManipulatorVtable/ManipulateSimple.adoc[`ManipulateSimple`] | Function pointer type manipulating a simple‐type reference. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/ManipulatorVtable/d_manipulateArray_fp.adoc[`d_manipulateArray_fp`] | array manipulator | xref:BloombergLP/bdlar/ManipulatorVtable/d_manipulateChoice_fp.adoc[`d_manipulateChoice_fp`] | choice manipulator | xref:BloombergLP/bdlar/ManipulatorVtable/d_manipulateCustomized_fp.adoc[`d_manipulateCustomized_fp`] | customized‐type manipulator | xref:BloombergLP/bdlar/ManipulatorVtable/d_manipulateDynamic_fp.adoc[`d_manipulateDynamic_fp`] | dynamic‐type manipulator | xref:BloombergLP/bdlar/ManipulatorVtable/d_manipulateEnum_fp.adoc[`d_manipulateEnum_fp`] | enumeration manipulator | xref:BloombergLP/bdlar/ManipulatorVtable/d_manipulateNullable_fp.adoc[`d_manipulateNullable_fp`] | nullable‐value manipulator | xref:BloombergLP/bdlar/ManipulatorVtable/d_manipulateSequence_fp.adoc[`d_manipulateSequence_fp`] | sequence manipulator | xref:BloombergLP/bdlar/ManipulatorVtable/d_manipulateSimple_fp.adoc[`d_manipulateSimple_fp`] | simple‐type manipulator |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#