Utility for constructing DynamicTypeVtable and DynamicTypeConstVtable objects with function pointers that implement the "dynamic" type category.
Declared in <bdlar_dynamictypevtableutil.h>
class DynamicTypeVtableUtil;
| Name | Description |
|---|---|
ConstVtableType | Alias for DynamicTypeConstVtable. |
VtableType | Alias for DynamicTypeVtable. |
| Name | Description |
|---|---|
getConstVtable | Construct and return a DynamicTypeConstVtable object with a series of function pointers that implement the "dynamic" type category. |
getVtable | Construct and return a DynamicTypeVtable object with a series of function pointers that implement the "dynamic" type category. |