Generated on Mon Jul 6 18:09:30 2009 for Gecode by doxygen 1.5.9

Gecode::ConstViewBase Class Reference
[Programming views for variables]

Base-class for constant views. More...

#include <view.hpp>

List of all members.

Generic view information

unsigned int degree (void) const
 Return degree (number of subscribed propagators and advisors).
VarImpBasevar (void) const
 Return dummy variable implementation of view.
static bool varderived (void)
 Return whether this view is derived from a VarViewBase.


Detailed Description

Base-class for constant views.

Definition at line 44 of file view.hpp.


Member Function Documentation

unsigned int Gecode::ConstViewBase::degree ( void   )  const [inline]

Return degree (number of subscribed propagators and advisors).

Definition at line 219 of file view.hpp.

bool Gecode::ConstViewBase::varderived ( void   )  [inline, static]

Return whether this view is derived from a VarViewBase.

Definition at line 223 of file view.hpp.

VarImpBase * Gecode::ConstViewBase::var ( void   )  const [inline]

Return dummy variable implementation of view.

Definition at line 227 of file view.hpp.


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