Gecode::Reflection::IntArrayArg Class Reference
[Reflection API]
Inherits Gecode::Reflection::Arg.
Detailed Description
Integer array arguments.This is a convenience class that exposes an array interface for an Arg that was created via Arg::newIntArray.
Definition at line 243 of file reflection.icc.
Public Member Functions | |
| const int & | operator[] (int i) const |
| Element access. | |
| int & | operator[] (int i) |
| Element access. | |
| int | size (void) const |
| Size of the array. | |
Member Function Documentation
| const int & Gecode::Reflection::IntArrayArg::operator[] | ( | int | i | ) | const |
| int & Gecode::Reflection::IntArrayArg::operator[] | ( | int | i | ) |
| int Gecode::Reflection::IntArrayArg::size | ( | void | ) | const |
The documentation for this class was generated from the following files:
- gecode/kernel/reflection.icc (Revision: 7297)
- gecode/kernel/reflection.cc (Revision: 7297)
