BloombergLP::bdlar::SimpleTypeConstVtable

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.

Synopsis

Declared in <bdlar_simpletypevtable.h>

struct SimpleTypeConstVtable;

Type Aliases

NameDescription
TypeId Function pointer type returning the simple type identifier.
XsdName Function pointer type returning the XSD name of a simple type.

Data Members

NameDescription
d_typeId_fp simple type identifier accessor
d_xsdName_fp XSD name accessor