Generated on Mon May 5 05:54:16 2008 for Gecode by doxygen 1.5.5

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

List of all members.


Detailed Description

Implementation of a BranchingSpec.

Definition at line 733 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 750 of file reflection.cc.

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

Destructor.

Definition at line 758 of file reflection.cc.


Member Data Documentation

The number of alternatives of this branch.

Definition at line 736 of file reflection.cc.

The arguments of this branch.

Definition at line 738 of file reflection.cc.

The id of the corresponding branching.

Definition at line 740 of file reflection.cc.

Reference counter.

Definition at line 742 of file reflection.cc.


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