BloombergLP::bdlar::EnumVtableUtil

Utility for obtaining type-erased vtables for enumeration types.

Synopsis

Declared in <bdlar_enumvtableutil.h>

class EnumVtableUtil;

Type Aliases

NameDescription
ConstVtableType Alias for EnumConstVtable.
VtableType Alias for EnumVtable.

Static Member Functions

NameDescription
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.