Generated on Mon Aug 25 11:35:53 2008 for Gecode by doxygen 1.5.6

Gecode::Reflection::IntArrayArg Class Reference
[Reflection API]

Inherits Gecode::Reflection::Arg.

List of all members.


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

Element access.

Definition at line 446 of file reflection.cc.

int & Gecode::Reflection::IntArrayArg::operator[] ( int  i  ) 

Element access.

Definition at line 452 of file reflection.cc.

int Gecode::Reflection::IntArrayArg::size ( void   )  const

Size of the array.

Definition at line 458 of file reflection.cc.


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