BloombergLP::bdlar::DynamicTypeVtableUtil

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

NameDescription
ConstVtableType Alias for DynamicTypeConstVtable.
VtableType Alias for DynamicTypeVtable.

Static Member Functions

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