Utility for constructing customized‐type vtables.

Synopsis

Declared in <bdlar_customizedtypevtableutil.h>

class CustomizedTypeVtableUtil;

Type Aliases

Name

Description

ConstVtableType

Alias for CustomizedTypeConstVtable.

VtableType

Alias for CustomizedTypeVtable.

Static Member Functions

Name

Description

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.

Created with MrDocs