[#BloombergLP-bdlar-SimpleTypeConstVtable] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::SimpleTypeConstVtable :relfileprefix: ../../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct SimpleTypeConstVtable; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SimpleTypeConstVtable/TypeId.adoc[`TypeId`] | Function pointer type returning the simple type identifier. | xref:BloombergLP/bdlar/SimpleTypeConstVtable/XsdName.adoc[`XsdName`] | Function pointer type returning the XSD name of a simple type. |=== == Data Members [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SimpleTypeConstVtable/d_typeId_fp.adoc[`d_typeId_fp`] | simple type identifier accessor | xref:BloombergLP/bdlar/SimpleTypeConstVtable/d_xsdName_fp.adoc[`d_xsdName_fp`] | XSD name accessor |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#