cpsp::gecode::IdxIntView Class Reference
#include <GC_Search.hh>
Detailed Description
an IntView that provides its index in the original viewarrayDefinition at line 9 of file GC_Search.hh.
Public Member Functions | |
int | getIndex (void) const |
IdxIntView (const Gecode::IntVar &x, int idx) | |
IdxIntView (const IdxIntView &toCopy) | |
IdxIntView () | |
void | update (Gecode::Space *home, bool share, IdxIntView &x) |
Protected Attributes | |
int | index |
Constructor & Destructor Documentation
cpsp::gecode::IdxIntView::IdxIntView | ( | ) | [inline] |
Definition at line 13 of file GC_Search.hh.
cpsp::gecode::IdxIntView::IdxIntView | ( | const IdxIntView & | toCopy | ) | [inline] |
Definition at line 14 of file GC_Search.hh.
cpsp::gecode::IdxIntView::IdxIntView | ( | const Gecode::IntVar & | x, | |
int | idx | |||
) | [inline] |
Definition at line 15 of file GC_Search.hh.
Member Function Documentation
int cpsp::gecode::IdxIntView::getIndex | ( | void | ) | const [inline] |
Definition at line 20 of file GC_Search.hh.
void cpsp::gecode::IdxIntView::update | ( | Gecode::Space * | home, | |
bool | share, | |||
IdxIntView & | x | |||
) | [inline] |
Definition at line 16 of file GC_Search.hh.
Field Documentation
int cpsp::gecode::IdxIntView::index [protected] |
Definition at line 11 of file GC_Search.hh.
The documentation for this class was generated from the following file:
- src/cpsp/gecode/GC_Search.hh