This struct stores a series of function pointers to wrappers that invoke the underlying methods of the supplied type erased object that implement the "choice" type category.
Synopsis
Declared in <bdlar_choicevtable.h>
struct ChoiceVtable;
Type Aliases
Name |
Description |
Function pointer type making a choice selection by id. |
|
Function pointer type making a choice selection by name. |
|
Function pointer type manipulating a choice selection. |
|
Function pointer type resetting a choice object. |
Data Members
Name |
Description |
read‐only vtable |
|
make selection by id |
|
make selection by name |
|
selection manipulator |
|
reset function |
Created with MrDocs