Generated on Tue Apr 18 10:23:18 2017 for Gecode by doxygen 1.6.3

Gecode::SubscribedPropagators Class Reference

Iterator over subscribed propagators. More...

#include <subscribed-propagators.hpp>

List of all members.

Public Member Functions

template<class VIC >
 SubscribedPropagators (VarImp< VIC > &x)
 Initialize.
template<class View >
 SubscribedPropagators (ConstView< View > &x)
 Initialize.
template<class Var >
 SubscribedPropagators (VarImpView< Var > &x)
 Initialize.
template<class View >
 SubscribedPropagators (DerivedView< View > &x)
 Initialize.
template<class VIC >
void init (VarImp< VIC > &x)
 Initialize.
template<class View >
void init (ConstView< View > &x)
 Initialize.
template<class Var >
void init (VarImpView< Var > &x)
 Initialize.
template<class View >
void init (DerivedView< View > &x)
 Initialize.
bool operator() (void) const
 Test whether there are propagators left.
void operator++ (void)
 Move iterator to next propagator.
Propagatorpropagator (void) const
 Return propagator.

Protected Attributes

ActorLink ** c
 Pointing at the current subscription (either propagator or advisor).
ActorLink ** ep
 End of propagator subscriptions.
ActorLink ** ea
 End of advisor subscriptions.

Detailed Description

Iterator over subscribed propagators.

Definition at line 36 of file subscribed-propagators.hpp.


Constructor & Destructor Documentation

template<class VIC >
Gecode::SubscribedPropagators::SubscribedPropagators ( VarImp< VIC > &  x  )  [inline]

Initialize.

Definition at line 85 of file subscribed-propagators.hpp.

template<class View >
Gecode::SubscribedPropagators::SubscribedPropagators ( ConstView< View > &  x  )  [inline]

Initialize.

Definition at line 95 of file subscribed-propagators.hpp.

template<class Var >
Gecode::SubscribedPropagators::SubscribedPropagators ( VarImpView< Var > &  x  )  [inline]

Initialize.

Definition at line 100 of file subscribed-propagators.hpp.

template<class View >
Gecode::SubscribedPropagators::SubscribedPropagators ( DerivedView< View > &  x  )  [inline]

Initialize.

Definition at line 110 of file subscribed-propagators.hpp.


Member Function Documentation

template<class VIC >
void Gecode::SubscribedPropagators::init ( VarImp< VIC > &  x  )  [inline]

Initialize.

Definition at line 79 of file subscribed-propagators.hpp.

template<class View >
void Gecode::SubscribedPropagators::init ( ConstView< View > &  x  )  [inline]

Initialize.

Definition at line 90 of file subscribed-propagators.hpp.

template<class Var >
void Gecode::SubscribedPropagators::init ( VarImpView< Var > &  x  )  [inline]

Initialize.

Definition at line 105 of file subscribed-propagators.hpp.

template<class View >
void Gecode::SubscribedPropagators::init ( DerivedView< View > &  x  )  [inline]

Initialize.

Definition at line 115 of file subscribed-propagators.hpp.

bool Gecode::SubscribedPropagators::operator() ( void   )  const [inline]

Test whether there are propagators left.

Definition at line 120 of file subscribed-propagators.hpp.

void Gecode::SubscribedPropagators::operator++ ( void   )  [inline]

Move iterator to next propagator.

Definition at line 124 of file subscribed-propagators.hpp.

Propagator & Gecode::SubscribedPropagators::propagator ( void   )  const [inline]

Return propagator.

Definition at line 128 of file subscribed-propagators.hpp.


Member Data Documentation

Pointing at the current subscription (either propagator or advisor).

Definition at line 39 of file subscribed-propagators.hpp.

End of propagator subscriptions.

Definition at line 41 of file subscribed-propagators.hpp.

End of advisor subscriptions.

Definition at line 43 of file subscribed-propagators.hpp.


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