Utility for obtaining type‐erased vtables for enumeration types.

Synopsis

Declared in <bdlar_enumvtableutil.h>

class EnumVtableUtil;

Type Aliases

Name

Description

ConstVtableType

Alias for EnumConstVtable.

VtableType

Alias for EnumVtable.

Static Member Functions

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.

Created with MrDocs