Public Types | |
using | opertorType = Operator< T > |
Public Member Functions | |
TypeInfoNV (Operator< T >::TYPENAME()) | |
compareOne (const dictionary &dict) | |
bool | operator() (const T &value) const |
Protected Attributes | |
T | compValue_ {} |
opertorType | operator_ {} |
Definition at line 115 of file IncludeMask.hpp.
using opertorType = Operator<T> |
Definition at line 119 of file IncludeMask.hpp.
|
inline |
Definition at line 128 of file IncludeMask.hpp.
TypeInfoNV | ( | Operator< T > | ::TYPENAME() | ) |
|
inline |
Definition at line 133 of file IncludeMask.hpp.
References compareOne< T, Operator >::compValue_, and compareOne< T, Operator >::operator_.
|
protected |
Definition at line 122 of file IncludeMask.hpp.
Referenced by compareOne< T, Operator >::operator()().
|
protected |
Definition at line 123 of file IncludeMask.hpp.
Referenced by compareOne< T, Operator >::operator()().