BloombergLP::bdlar::CustomizedTypeVtableUtil

Utility for constructing customized-type vtables.

Synopsis

Declared in <bdlar_customizedtypevtableutil.h>

class CustomizedTypeVtableUtil;

Type Aliases

NameDescription
ConstVtableType Alias for CustomizedTypeConstVtable.
VtableType Alias for CustomizedTypeVtable.

Static Member Functions

NameDescription
getConstVtable Construct and return a CustomizedTypeConstVtable object with a series of function pointers that implement the "customized type" type category.
getVtable Construct and return a CustomizedTypeVtable object with a series of function pointers that implement the "customized type" type category.