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

#include <bdlar_simpletypevtableutil.h>

Public Types

typedef SimpleTypeVtable VtableType
 
typedef SimpleTypeConstVtable ConstVtableType
 

Static Public Member Functions

template<class t_SIMPLE >
static const SimpleTypeConstVtablegetConstVtable ()
 
template<class t_SIMPLE >
static const SimpleTypeVtablegetVtable ()
 

Member Typedef Documentation

◆ ConstVtableType

◆ VtableType

Member Function Documentation

◆ getConstVtable()

template<class t_SIMPLE >
const SimpleTypeConstVtable * bdlar::SimpleTypeVtableUtil::getConstVtable ( )
static

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

◆ getVtable()

template<class t_SIMPLE >
const SimpleTypeVtable * bdlar::SimpleTypeVtableUtil::getVtable ( )
static

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


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