BDE 4.39.x Production Release
Loading...
Searching...
No Matches
bdlar::DynamicTypeVtableUtil Class Reference

#include <bdlar_dynamictypevtableutil.h>

Public Types

typedef DynamicTypeVtable VtableType
 
typedef DynamicTypeConstVtable ConstVtableType
 

Static Public Member Functions

template<class t_DYNAMIC >
static const DynamicTypeConstVtablegetConstVtable ()
 
template<class t_DYNAMIC >
static const DynamicTypeVtablegetVtable ()
 

Member Typedef Documentation

◆ ConstVtableType

◆ VtableType

Member Function Documentation

◆ getConstVtable()

template<class t_DYNAMIC >
const DynamicTypeConstVtable * bdlar::DynamicTypeVtableUtil::getConstVtable ( )
static

Construct and return a DynamicTypeConstVtable object with a series of function pointers that implement the "dynamic" type category.

◆ getVtable()

template<class t_DYNAMIC >
const DynamicTypeVtable * bdlar::DynamicTypeVtableUtil::getVtable ( )
static

Construct and return a DynamicTypeVtable object with a series of function pointers that implement the "dynamic" type category.


The documentation for this class was generated from the following file: