|
BDE 4.39.x Production Release
|
#include <bdlar_simpletypevtable.h>
This struct stores a series of function pointers to wrappers that invoke the underlying methods of the supplied type erased object that implement the "simple" type category.
Public Types | |
| typedef void | Reset(void *object) |
Public Attributes | |
| SimpleTypeConstVtable | d_const |
| Reset * | d_reset_fp |
| typedef void bdlar::SimpleTypeVtable::Reset(void *object) |
| SimpleTypeConstVtable bdlar::SimpleTypeVtable::d_const |
| Reset* bdlar::SimpleTypeVtable::d_reset_fp |