BloombergLP::bdlar::SimpleTypeVtableUtil

Utility for constructing SimpleTypeVtable and SimpleTypeConstVtable objects with function pointers that implement the "simple" type category.

Synopsis

Declared in <bdlar_simpletypevtableutil.h>

class SimpleTypeVtableUtil;

Type Aliases

NameDescription
ConstVtableType Alias for the const simple-type vtable type.
VtableType Alias for SimpleTypeVtable.

Static Member Functions

NameDescription
getConstVtable Construct and return a SimpleTypeConstVtable object with a series of function pointers that implement the "simple type" category.
getVtable Construct and return a SimpleTypeVtable object with a series of function pointers that implement the "simple type" category.