List of all members | Public Member Functions | Private Attributes
utl::IsProxy< T > Class Template Reference

#include <Is.h>

Public Member Functions

template<class Container >
bool In (const Container &c) const
 
bool In (const std::string &s) const
 
template<typename U , typename W >
bool InRange (const U &a, const W &b) const
 
template<typename U , typename W >
bool InsideRange (const U &a, const W &b) const
 
 IsProxy (const T &x)
 
template<class Container >
bool NotIn (const Container &c) const
 

Private Attributes

const T & fX
 

Detailed Description

template<typename T>
class utl::IsProxy< T >

Author
Darko Veberic
Date
11 Mar 2023

Definition at line 16 of file Is.h.

Constructor & Destructor Documentation

template<typename T >
utl::IsProxy< T >::IsProxy ( const T &  x)
inline

Definition at line 17 of file Is.h.

Member Function Documentation

template<typename T >
template<class Container >
bool utl::IsProxy< T >::In ( const Container &  c) const
inline

Definition at line 20 of file Is.h.

References utl::IsProxy< T >::fX.

Referenced by utl::IsProxy< T >::NotIn().

template<typename T >
bool utl::IsProxy< T >::In ( const std::string &  s) const
inline

Definition at line 23 of file Is.h.

References utl::IsProxy< T >::fX.

template<typename T >
template<typename U , typename W >
bool utl::IsProxy< T >::InRange ( const U a,
const W &  b 
) const
inline

Definition at line 31 of file Is.h.

References RdGeoCeLDFFitter::b, and utl::IsProxy< T >::fX.

template<typename T >
template<typename U , typename W >
bool utl::IsProxy< T >::InsideRange ( const U a,
const W &  b 
) const
inline

Definition at line 35 of file Is.h.

References RdGeoCeLDFFitter::b, and utl::IsProxy< T >::fX.

template<typename T >
template<class Container >
bool utl::IsProxy< T >::NotIn ( const Container &  c) const
inline

Definition at line 27 of file Is.h.

References utl::IsProxy< T >::In().

Member Data Documentation

template<typename T >
const T& utl::IsProxy< T >::fX
private

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

, generated on Tue Sep 26 2023.