Utility for constructing SimpleTypeVtable and SimpleTypeConstVtable objects with function pointers that implement the "simple" type category.
Declared in <bdlar_simpletypevtableutil.h>
class SimpleTypeVtableUtil;
| Name | Description |
|---|---|
ConstVtableType | Alias for the const simple-type vtable type. |
VtableType | Alias for SimpleTypeVtable. |
| Name | Description |
|---|---|
getConstVtable | Construct and return a SimpleTypeConstVtable object with a series of function pointers that implement the "simple type" category. |
getVtable | Construct and return a SimpleTypeVtable object with a series of function pointers that implement the "simple type" category. |