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

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

Inherits Gecode::Reflection::Arg.

List of all members.


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 Argoperator[] (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

Element access.

Definition at line 429 of file reflection.cc.

Arg *& Gecode::Reflection::ArrayArg::operator[] ( int  i  ) 

Element access.

Definition at line 435 of file reflection.cc.

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

Size of the array.

Definition at line 441 of file reflection.cc.


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