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.
Declared in <bdlar_simpletypevtable.h>
struct SimpleTypeConstVtable;
| Name | Description |
|---|---|
TypeId | Function pointer type returning the simple type identifier. |
XsdName | Function pointer type returning the XSD name of a simple type. |
| Name | Description |
|---|---|
d_typeId_fp | simple type identifier accessor |
d_xsdName_fp | XSD name accessor |