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

#include <bdlar_arrayvtableutil.h>

Public Types

typedef ArrayVtable VtableType
 
typedef ArrayConstVtable ConstVtableType
 

Static Public Member Functions

template<class t_ARRAY >
static const ArrayConstVtablegetConstVtable ()
 
template<class t_ARRAY >
static const ArrayVtablegetVtable ()
 

Member Typedef Documentation

◆ ConstVtableType

◆ VtableType

Member Function Documentation

◆ getConstVtable()

template<class t_ARRAY >
const ArrayConstVtable * bdlar::ArrayVtableUtil::getConstVtable ( )
static

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

◆ getVtable()

template<class t_ARRAY >
const ArrayVtable * bdlar::ArrayVtableUtil::getVtable ( )
static

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


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