This struct stores a series of function pointers to wrappers that invoke the underlying methods with read‐only access of the supplied type erased object that implement the "choice" type category.
Synopsis
Declared in <bdlar_choicevtable.h>
struct ChoiceConstVtable;
Type Aliases
Name |
Description |
Function pointer type accessing a choice selection. |
|
Function pointer type indicating whether a choice has the specified selection id. |
|
Function pointer type indicating whether a choice has the specified selection name. |
|
Function pointer type returning the current selection id of the specified |
|
Function pointer type returning the |
Data Members
Name |
Description |
selection accessor |
|
selection id predicate |
|
selection name predicate |
|
selection id accessor |
|
XSD name accessor |
Created with MrDocs