BloombergLP::bdlar::SimpleTypeConstVtable

Vtable for read-only simple type access.

Synopsis

Declared in <bdlar_simpletypevtable.h>

struct SimpleTypeConstVtable;

Description

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.

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