Generated on Wed Mar 19 07:30:11 2008 for Gecode by doxygen 1.5.5

Gecode::Reflection::ActorSpec::Arguments Class Reference

List of all members.


Detailed Description

Implementation of an ActorSpec, holding all information about an actor.

Definition at line 584 of file reflection.cc.


Public Member Functions

 Arguments (const Support::Symbol &)
 Construct empty arguments.
 ~Arguments (void)
 Destructor.

Public Attributes

Support::Symbol _ati
 The actor type identifier of this actor.
int size
 The size of the argument array.
int n
 The number of arguments of this actor.
Arg ** a
 The arguments of this actor.
int queue
 The queue where the actor is schedules.
int r
 Reference counter.

Constructor & Destructor Documentation

Gecode::Reflection::ActorSpec::Arguments::Arguments ( const Support::Symbol ati  )  [inline]

Construct empty arguments.

Definition at line 610 of file reflection.cc.

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

Destructor.

Definition at line 616 of file reflection.cc.


Member Data Documentation

The actor type identifier of this actor.

Definition at line 587 of file reflection.cc.

The size of the argument array.

Definition at line 589 of file reflection.cc.

The number of arguments of this actor.

Definition at line 591 of file reflection.cc.

The arguments of this actor.

Definition at line 593 of file reflection.cc.

The queue where the actor is schedules.

Definition at line 595 of file reflection.cc.

Reference counter.

Definition at line 597 of file reflection.cc.


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