Utility for constructing ChoiceVtable and ChoiceConstVtable objects with function pointers that implement the "choice" type category.
Declared in <bdlar_choicevtableutil.h>
class ChoiceVtableUtil;
| Name | Description |
|---|---|
ConstVtableType | Alias for ChoiceConstVtable. |
VtableType | Alias for ChoiceVtable. |
| Name | Description |
|---|---|
getConstVtable | Construct and return a ChoiceConstVtable object with a series of function pointers that implement the "choice" type category. |
getVtable | Construct and return a ChoiceVtable object with a series of function pointers that implement the "choice" type category. |