Utility for constructing SequenceVtable and SequenceConstVtable objects with function pointers that implement the "sequence" type category.

Synopsis

Declared in <bdlar_sequencevtableutil.h>

class SequenceVtableUtil;

Type Aliases

Name

Description

ConstVtableType

Alias for SequenceConstVtable.

VtableType

Alias for SequenceVtable.

Static Member Functions

Name

Description

getConstVtable

Construct and return a SequenceConstVtable object with a series of function pointers that implement the "sequence" type category.

getVtable

Construct and return a SequenceVtable object with a series of function pointers that implement the "sequence" type category.

Created with MrDocs