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

#include <bdlar_nullablevaluevtableutil.h>

Public Types

typedef NullableValueVtable VtableType
 
typedef NullableValueConstVtable ConstVtableType
 

Static Public Member Functions

template<class t_NULLABLE >
static const NullableValueConstVtablegetConstVtable ()
 
template<class t_NULLABLE >
static const NullableValueVtablegetVtable ()
 

Member Typedef Documentation

◆ ConstVtableType

◆ VtableType

Member Function Documentation

◆ getConstVtable()

template<class t_NULLABLE >
const NullableValueConstVtable * bdlar::NullableValueVtableUtil::getConstVtable ( )
static

Construct and return a NullableValueConstVtable object with a series of function pointers that implement the "nullable value" type category.

◆ getVtable()

template<class t_NULLABLE >
const NullableValueVtable * bdlar::NullableValueVtableUtil::getVtable ( )
static

Construct and return a NullableValueVtable object with a series of function pointers that implement the "nullable value" type category.


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