Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
PointerCheckerPolicyImpl< double > Struct Template Reference

#include <policy.hpp>

Public Member Functions

double value (void *v) const
 
virtual bool isInRange (void *const *src, void *lower, void *upper) const
 
virtual bool isEqual (void *const *src, void *other_src) const
 
virtual bool isNotEqual (void *const *src, void *other_src) const
 
virtual bool isPositive (void *const *src) const
 
virtual bool isNonNegative (void *const *src) const
 
virtual bool isNegative (void *const *src) const
 
virtual bool isNonPositive (void *const *src) const
 
virtual bool isGreater (void *const *src, void *lower) const
 
virtual bool isLesser (void *const *src, void *upper) const
 

Detailed Description

template<>
struct tapkee::tapkee_internal::PointerCheckerPolicyImpl< double >

Definition at line 175 of file policy.hpp.

Member Function Documentation

virtual bool isEqual ( void *const *  src,
void *  other_src 
) const
virtual

Implements CheckerPolicyBase.

Definition at line 175 of file policy.hpp.

virtual bool isGreater ( void *const *  src,
void *  lower 
) const
virtual

Implements CheckerPolicyBase.

Definition at line 175 of file policy.hpp.

virtual bool isInRange ( void *const *  src,
void *  lower,
void *  upper 
) const
virtual

Implements CheckerPolicyBase.

Definition at line 175 of file policy.hpp.

virtual bool isLesser ( void *const *  src,
void *  upper 
) const
virtual

Implements CheckerPolicyBase.

Definition at line 175 of file policy.hpp.

virtual bool isNegative ( void *const *  src) const
virtual

Implements CheckerPolicyBase.

Definition at line 175 of file policy.hpp.

virtual bool isNonNegative ( void *const *  src) const
virtual

Implements CheckerPolicyBase.

Definition at line 175 of file policy.hpp.

virtual bool isNonPositive ( void *const *  src) const
virtual

Implements CheckerPolicyBase.

Definition at line 175 of file policy.hpp.

virtual bool isNotEqual ( void *const *  src,
void *  other_src 
) const
virtual

Implements CheckerPolicyBase.

Definition at line 175 of file policy.hpp.

virtual bool isPositive ( void *const *  src) const
virtual

Implements CheckerPolicyBase.

Definition at line 175 of file policy.hpp.

double value ( void *  v) const

Definition at line 175 of file policy.hpp.


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