Tapkee
PointerCheckerPolicyImpl< int > Struct Template Reference

#include <policy.hpp>

Public Member Functions

int 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< int >

Definition at line 177 of file policy.hpp.

Member Function Documentation

◆ isEqual()

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

Implements CheckerPolicyBase.

Definition at line 177 of file policy.hpp.

◆ isGreater()

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

Implements CheckerPolicyBase.

Definition at line 177 of file policy.hpp.

◆ isInRange()

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

Implements CheckerPolicyBase.

Definition at line 177 of file policy.hpp.

◆ isLesser()

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

Implements CheckerPolicyBase.

Definition at line 177 of file policy.hpp.

◆ isNegative()

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

Implements CheckerPolicyBase.

Definition at line 177 of file policy.hpp.

◆ isNonNegative()

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

Implements CheckerPolicyBase.

Definition at line 177 of file policy.hpp.

◆ isNonPositive()

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

Implements CheckerPolicyBase.

Definition at line 177 of file policy.hpp.

◆ isNotEqual()

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

Implements CheckerPolicyBase.

Definition at line 177 of file policy.hpp.

◆ isPositive()

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

Implements CheckerPolicyBase.

Definition at line 177 of file policy.hpp.

◆ value()

int value ( void *  v) const

Definition at line 177 of file policy.hpp.


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