Gecode::Reflection::ArrayArg Class Reference
[Reflection API]
Inherits Gecode::Reflection::Arg.
Detailed Description
Array arguments.This is a convenience class that exposes an array interface for an Arg that was created via Arg::newArray.
Definition at line 222 of file reflection.icc.
Public Member Functions | |
const Arg * | operator[] (int i) const |
Element access. | |
Arg *& | operator[] (int i) |
Element access. | |
int | size (void) const |
Size of the array. |
Member Function Documentation
const Arg * Gecode::Reflection::ArrayArg::operator[] | ( | int | i | ) | const |
Arg *& Gecode::Reflection::ArrayArg::operator[] | ( | int | i | ) |
int Gecode::Reflection::ArrayArg::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)