Generated on Mon Jun 29 2015 17:25:35 for Gecode by doxygen 1.8.5
Test::Int::Cumulatives::Above Class Reference

Describe that event is above a certain limit. More...

Public Member Functions

 Above (int l)
 
bool operator() (int val)
 Test whether val is above limit More...
 

Public Attributes

int limit
 
           limit

Initialize More...

 

Detailed Description

Describe that event is above a certain limit.

Definition at line 157 of file cumulatives.cpp.

Constructor & Destructor Documentation

Test::Int::Cumulatives::Above::Above ( int  l)
inline

Definition at line 161 of file cumulatives.cpp.

Member Function Documentation

bool Test::Int::Cumulatives::Above::operator() ( int  val)
inline

Test whether val is above limit

Definition at line 163 of file cumulatives.cpp.

Member Data Documentation

int Test::Int::Cumulatives::Above::limit

           limit

Initialize

Definition at line 159 of file cumulatives.cpp.


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