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.
Declared in <bdlar_choicevtable.h>
struct ChoiceVtable;
| Name | Description |
|---|---|
MakeSelectionById | Function pointer type making a choice selection by id. |
MakeSelectionByName | Function pointer type making a choice selection by name. |
ManipulateSelection | Function pointer type manipulating a choice selection. |
Reset | Function pointer type resetting a choice object. |
| Name | Description |
|---|---|
d_const | read-only vtable |
d_makeSelectionById_fp | make selection by id |
d_makeSelectionByName_fp | make selection by name |
d_manipulateSelection_fp | selection manipulator |
d_reset_fp | reset function |