compareTwo< T, Operator > Class Template Reference

Public Types

using opertorType = Operator< T >
 

Public Member Functions

 TypeInfoNV (opertorType::TYPENAME())
 
 compareTwo (const dictionary &dict)
 
bool operator() (const T &value) const
 

Protected Attributes

compValue1_
 
compValue2_
 
opertorType operator_ {}
 

Detailed Description

template<typename T, template< class > class Operator>
class pFlow::compareTwo< T, Operator >

Definition at line 140 of file IncludeMask.hpp.

Member Typedef Documentation

◆ opertorType

using opertorType = Operator<T>

Definition at line 143 of file IncludeMask.hpp.

Constructor & Destructor Documentation

◆ compareTwo()

compareTwo ( const dictionary dict)
inline

Definition at line 152 of file IncludeMask.hpp.

Member Function Documentation

◆ TypeInfoNV()

TypeInfoNV ( opertorType::TYPENAME()  )

◆ operator()()

bool operator() ( const T &  value) const
inline

Member Data Documentation

◆ compValue1_

T compValue1_
protected

Definition at line 145 of file IncludeMask.hpp.

Referenced by compareTwo< T, Operator >::operator()().

◆ compValue2_

T compValue2_
protected

Definition at line 146 of file IncludeMask.hpp.

Referenced by compareTwo< T, Operator >::operator()().

◆ operator_

opertorType operator_ {}
protected

Definition at line 147 of file IncludeMask.hpp.

Referenced by compareTwo< T, Operator >::operator()().


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