Utility for constructing SequenceVtable and SequenceConstVtable objects with function pointers that implement the "sequence" type category.
Declared in <bdlar_sequencevtableutil.h>
class SequenceVtableUtil;
| Name | Description |
|---|---|
ConstVtableType | Alias for SequenceConstVtable. |
VtableType | Alias for SequenceVtable. |
| 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. |