Gecode::SetExprCode::Stream Class Reference
[Projector constraints]
#include <projectors.hh>
Detailed Description
To incrementally build up the instructions.Definition at line 81 of file projectors.hh.
Public Member Functions | |
Stream (void) | |
Initialize stream to be empty. | |
void | add (int i) |
Add instruction or variable reference to stream. | |
int | size (void) const |
Return size of code stream. | |
int | operator[] (int i) const |
Return instruction at position i. |
The documentation for this class was generated from the following files:
- gecode/set/projectors.hh (Revision: 7536)
- gecode/set/projectors/set-expr.icc (Revision: 6312)