Utility for constructing DynamicTypeVtable and DynamicTypeConstVtable objects with function pointers that implement the "dynamic" type category.

Synopsis

Declared in <bdlar_dynamictypevtableutil.h>

class DynamicTypeVtableUtil;

Type Aliases

Name

Description

ConstVtableType

Alias for DynamicTypeConstVtable.

VtableType

Alias for DynamicTypeVtable.

Static Member Functions

Name

Description

getConstVtable

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

getVtable

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

Created with MrDocs