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

#include <bdlar_enumvtableutil.h>

Public Types

typedef EnumVtable VtableType
 
typedef EnumConstVtable ConstVtableType
 

Static Public Member Functions

template<class t_ENUM >
static const EnumConstVtablegetConstVtable ()
 
template<class t_ENUM >
static const EnumVtablegetVtable ()
 

Member Typedef Documentation

◆ ConstVtableType

◆ VtableType

Member Function Documentation

◆ getConstVtable()

template<class t_ENUM >
const EnumConstVtable * bdlar::EnumVtableUtil::getConstVtable ( )
static

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

◆ getVtable()

template<class t_ENUM >
const EnumVtable * bdlar::EnumVtableUtil::getVtable ( )
static

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


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