Generated on Thu Mar 22 10:39:47 2012 for Gecode by doxygen 1.6.3

view.hpp File Reference

(Revision: 11514)

Go to the source code of this file.

Classes

class  Gecode::ConstView< View >
 Base-class for constant views. More...
class  Gecode::VarImpView< Var >
 Base-class for variable implementation views. More...
class  Gecode::DerivedView< View >
 Base-class for derived views. More...

Namespaces

namespace  Gecode
 

Gecode toplevel namespace


Functions

template<class ViewA , class ViewB >
bool Gecode::shared (const ConstView< ViewA > &, const ConstView< ViewB > &)
 Test whether views share same variable.
template<class Var , class View >
bool Gecode::shared (const VarImpView< Var > &, const ConstView< View > &)
 Test whether views share same variable.
template<class ViewA , class ViewB >
bool Gecode::shared (const DerivedView< ViewA > &, const ConstView< ViewB > &)
 Test whether views share same variable.
template<class View , class Var >
bool Gecode::shared (const ConstView< View > &, const VarImpView< Var > &)
 Test whether views share same variable.
template<class ViewA , class ViewB >
bool Gecode::shared (const ConstView< ViewA > &, const DerivedView< ViewB > &)
 Test whether views share same variable.
template<class VarA , class VarB >
bool Gecode::shared (const VarImpView< VarA > &, const VarImpView< VarB > &)
 Test whether views share same variable.
template<class Var , class View >
bool Gecode::shared (const VarImpView< Var > &, const DerivedView< View > &)
 Test whether views share same variable.
template<class View , class Var >
bool Gecode::shared (const DerivedView< View > &, const VarImpView< Var > &)
 Test whether views share same variable.
template<class ViewA , class ViewB >
bool Gecode::shared (const DerivedView< ViewA > &, const DerivedView< ViewB > &)
 Test whether views share same variable.
template<class ViewA , class ViewB >
bool Gecode::same (const ConstView< ViewA > &, const ConstView< ViewB > &)
 Test whether two views are the same.
template<class Var , class View >
bool Gecode::same (const VarImpView< Var > &, const ConstView< View > &)
 Test whether two views are the same.
template<class ViewA , class ViewB >
bool Gecode::same (const ConstView< ViewA > &, const DerivedView< ViewB > &)
 Test whether two views are the same.
template<class Var , class View >
bool Gecode::same (const VarImpView< Var > &, const DerivedView< View > &)
 Test whether two views are the same.
template<class View , class Var >
bool Gecode::same (const DerivedView< View > &, const VarImpView< Var > &)
 Test whether two views are the same.
template<class Var >
bool Gecode::same (const VarImpView< Var > &x, const VarImpView< Var > &y)
 Test whether two views are the same.
template<class ViewA , class ViewB >
bool Gecode::same (const DerivedView< ViewA > &x, const DerivedView< ViewB > &y)
 Test whether two views are the same.
template<class ViewA , class ViewB >
bool Gecode::before (const ViewA &x, const ViewB &y)