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 "enum" type category.
Synopsis
Declared in <bdlar_enumvtable.h>
struct EnumConstVtable;
Type Aliases
Name |
Description |
Function pointer type indicating whether an enum supports a fallback enumerator. |
|
Function pointer type indicating whether an enum value is a fallback. |
|
Function pointer type loading the integer representation of an enum value. |
|
Function pointer type loading the string representation of an enum value. |
|
Function pointer type returning the XSD name of an enum value. |
Data Members
Name |
Description |
fallback support predicate |
|
fallback value predicate |
|
integer representation accessor |
|
string representation accessor |
|
XSD name accessor |
Created with MrDocs