Utility for constructing ChoiceVtable and ChoiceConstVtable objects with function pointers that implement the "choice" type category.

Synopsis

Declared in <bdlar_choicevtableutil.h>

class ChoiceVtableUtil;

Type Aliases

Name

Description

ConstVtableType

Alias for ChoiceConstVtable.

VtableType

Alias for ChoiceVtable.

Static Member Functions

Name

Description

getConstVtable

Construct and return a ChoiceConstVtable object with a series of function pointers that implement the "choice" type category.

getVtable

Construct and return a ChoiceVtable object with a series of function pointers that implement the "choice" type category.

Created with MrDocs