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