|
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 with read-only access of the supplied type erased object that implement the "simple" type category.
Public Types | |
| typedef SimpleTypeId | TypeId() |
| typedef const char * | XsdName(const void *object, int format) |
Public Attributes | |
| TypeId * | d_typeId_fp |
| XsdName * | d_xsdName_fp |
| typedef SimpleTypeId bdlar::SimpleTypeConstVtable::TypeId() |
| typedef const char * bdlar::SimpleTypeConstVtable::XsdName(const void *object, int format) |
| TypeId* bdlar::SimpleTypeConstVtable::d_typeId_fp |
| XsdName* bdlar::SimpleTypeConstVtable::d_xsdName_fp |