Utility for constructing customized-type vtables.
Declared in <bdlar_customizedtypevtableutil.h>
class CustomizedTypeVtableUtil;
| Name | Description |
|---|---|
ConstVtableType | Alias for CustomizedTypeConstVtable. |
VtableType | Alias for CustomizedTypeVtable. |
| 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. |