BDE 4.14.0 Production release
Loading...
Searching...
No Matches
s_baltst::GenerateTestEnumeration Class Reference

#include <s_baltst_generatetestenumeration.h>

Public Types

typedef TestEnumerationUtil Util
 

Public Member Functions

 GenerateTestEnumeration ()
 
template<class ENUMERATOR_0 >
TestEnumeration< ENUMERATOR_0 > operator() (const ENUMERATOR_0 &enumerator, int value) const
 
template<class ENUMERATOR_0 , class ENUMERATOR_1 >
TestEnumeration< ENUMERATOR_0, ENUMERATOR_1 > operator() (const ENUMERATOR_0 &enumerator0, const ENUMERATOR_1 &enumerator1, int value) const
 

Detailed Description

This in-core value-semantic class provides a function object whose function call operator can be used to generate TestEnumeration objects.

See s_baltst_generatetestenumeration

Member Typedef Documentation

◆ Util

Constructor & Destructor Documentation

◆ GenerateTestEnumeration()

s_baltst::GenerateTestEnumeration::GenerateTestEnumeration ( )

Member Function Documentation

◆ operator()() [1/2]

template<class ENUMERATOR_0 >
TestEnumeration< ENUMERATOR_0 > s_baltst::GenerateTestEnumeration::operator() ( const ENUMERATOR_0 &  enumerator,
int  value 
) const

◆ operator()() [2/2]

template<class ENUMERATOR_0 , class ENUMERATOR_1 >
TestEnumeration< ENUMERATOR_0, ENUMERATOR_1 > s_baltst::GenerateTestEnumeration::operator() ( const ENUMERATOR_0 &  enumerator0,
const ENUMERATOR_1 &  enumerator1,
int  value 
) const

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