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 "customized type" type category.
Synopsis
Declared in <bdlar_customizedtypevtable.h>
struct CustomizedTypeConstVtable;
Type Aliases
Name |
Description |
Function pointer type returning the type category of the base type. |
|
Function pointer type converting a customized type to its base type. |
|
Function pointer type returning the XSD name of a customized type. |
Data Members
Name |
Description |
base type category |
|
base type converter |
|
XSD name accessor |
Created with MrDocs