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

Gecode::Reflection::BranchingSpec::Arguments Class Reference

List of all members.


Detailed Description

Implementation of a BranchingSpec.

Definition at line 763 of file reflection.cc.


Public Member Functions

 Arguments (unsigned int id, unsigned int a)
 Construct arguments for id with a alternatives.
 ~Arguments (void)
 Destructor.

Public Attributes

unsigned int n
 The number of alternatives of this branch.
Arg ** a
 The arguments of this branch.
unsigned int id
 The id of the corresponding branching.
int r
 Reference counter.

Constructor & Destructor Documentation

Gecode::Reflection::BranchingSpec::Arguments::Arguments ( unsigned int  id,
unsigned int  a 
) [inline]

Construct arguments for id with a alternatives.

Definition at line 780 of file reflection.cc.

Gecode::Reflection::BranchingSpec::Arguments::~Arguments ( void   )  [inline]

Destructor.

Definition at line 788 of file reflection.cc.


Member Data Documentation

The number of alternatives of this branch.

Definition at line 766 of file reflection.cc.

The arguments of this branch.

Definition at line 768 of file reflection.cc.

The id of the corresponding branching.

Definition at line 770 of file reflection.cc.

Reference counter.

Definition at line 772 of file reflection.cc.


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