[#BloombergLP-bdlar-SimpleTypeVtableUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlar.adoc[bdlar]::SimpleTypeVtableUtil :relfileprefix: ../../ :mrdocs: Utility for constructing `SimpleTypeVtable` and `SimpleTypeConstVtable` objects with function pointers that implement the "simple" type category. == Synopsis Declared in `<bdlar_simpletypevtableutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class SimpleTypeVtableUtil; ---- == Type Aliases [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SimpleTypeVtableUtil/ConstVtableType.adoc[`ConstVtableType`] | Alias for the const simple‐type vtable type. | xref:BloombergLP/bdlar/SimpleTypeVtableUtil/VtableType.adoc[`VtableType`] | Alias for `SimpleTypeVtable`. |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bdlar/SimpleTypeVtableUtil/getConstVtable.adoc[`getConstVtable`] | Construct and return a `SimpleTypeConstVtable` object with a series of function pointers that implement the "simple type" category. | xref:BloombergLP/bdlar/SimpleTypeVtableUtil/getVtable.adoc[`getVtable`] | Construct and return a `SimpleTypeVtable` object with a series of function pointers that implement the "simple type" category. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#