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>
struct SequenceVtable;
Type Aliases
Name |
Description |
Function pointer type manipulating a sequence attribute by id. |
|
Function pointer type manipulating a sequence attribute by name. |
|
Function pointer type manipulating all attributes of a sequence. |
|
Function pointer type resetting a sequence to its default value. |
Data Members
Name |
Description |
read‐only vtable |
|
attribute manipulator by id |
|
attribute manipulator by name |
|
all attributes manipulator |
|
reset function |
Created with MrDocs