This struct stores a series of function pointers to wrappers that invoke the underlying methods of the supplied type erased object that implement the "enum" type category.
Synopsis
Declared in <bdlar_enumvtable.h>
struct EnumVtable;
Type Aliases
Name |
Description |
Function pointer type assigning an enum value from an integer. |
|
Function pointer type assigning an enum value from a string. |
|
Function pointer type assigning the fallback enumerator value. |
|
Function pointer type resetting an enum to its default value. |
Data Members
Name |
Description |
read‐only vtable |
|
assign from integer |
|
assign from string |
|
assign fallback value |
|
reset function |
Created with MrDocs