Utility for obtaining type-erased vtables for enumeration types.
Declared in <bdlar_enumvtableutil.h>
class EnumVtableUtil;
| Name | Description |
|---|---|
ConstVtableType | Alias for EnumConstVtable. |
VtableType | Alias for EnumVtable. |
| Name | Description |
|---|---|
getConstVtable | Construct and return a EnumConstVtable object with a series of function pointers that implement the "enum" type category. |
getVtable | Construct and return a EnumVtable object with a series of function pointers that implement the "enum" type category. |