[#BloombergLP-bdlar-SequenceVtable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::SequenceVtable :relfileprefix: ../../ :mrdocs: This struct stores a series of function pointers to wrappers that invoke the underlying methods of the supplied type erased object that implement the "sequence" type category. == Synopsis Declared in `<bdlar_sequencevtable.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct SequenceVtable; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SequenceVtable/ManipulateAttributeById.adoc[`ManipulateAttributeById`] | Function pointer type manipulating a sequence attribute by id. | xref:BloombergLP/bdlar/SequenceVtable/ManipulateAttributeByName.adoc[`ManipulateAttributeByName`] | Function pointer type manipulating a sequence attribute by name. | xref:BloombergLP/bdlar/SequenceVtable/ManipulateAttributes.adoc[`ManipulateAttributes`] | Function pointer type manipulating all attributes of a sequence. | xref:BloombergLP/bdlar/SequenceVtable/Reset.adoc[`Reset`] | Function pointer type resetting a sequence to its default value. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SequenceVtable/d_const.adoc[`d_const`] | read‐only vtable | xref:BloombergLP/bdlar/SequenceVtable/d_manipulateAttributeById_fp.adoc[`d_manipulateAttributeById_fp`] | attribute manipulator by id | xref:BloombergLP/bdlar/SequenceVtable/d_manipulateAttributeByName_fp.adoc[`d_manipulateAttributeByName_fp`] | attribute manipulator by name | xref:BloombergLP/bdlar/SequenceVtable/d_manipulateAttributes_fp.adoc[`d_manipulateAttributes_fp`] | all attributes manipulator | xref:BloombergLP/bdlar/SequenceVtable/d_reset_fp.adoc[`d_reset_fp`] | reset function |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#