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

Name

Description

TypeId

Function pointer type returning the simple type identifier.

XsdName

Function pointer type returning the XSD name of a simple type.

Data Members

Name

Description

d_typeId_fp

simple type identifier accessor

d_xsdName_fp

XSD name accessor

Created with MrDocs