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

#include <bdlar_customizedtypevtableutil.h>

Public Types

typedef CustomizedTypeVtable VtableType
 
typedef CustomizedTypeConstVtable ConstVtableType
 

Static Public Member Functions

template<class t_CUSTOMIZED >
static const CustomizedTypeConstVtablegetConstVtable ()
 
template<class t_CUSTOMIZED >
static const CustomizedTypeVtablegetVtable ()
 

Member Typedef Documentation

◆ ConstVtableType

◆ VtableType

Member Function Documentation

◆ getConstVtable()

template<class t_CUSTOMIZED >
const CustomizedTypeConstVtable * bdlar::CustomizedTypeVtableUtil::getConstVtable ( )
static

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

◆ getVtable()

template<class t_CUSTOMIZED >
const CustomizedTypeVtable * bdlar::CustomizedTypeVtableUtil::getVtable ( )
static

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


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