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

Name

Description

ConstVtableType

Alias for the const simple‐type vtable type.

VtableType

Alias for SimpleTypeVtable.

Static Member Functions

Name

Description

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.

Created with MrDocs