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

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 614 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 640 of file reflection.cc.

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

Destructor.

Definition at line 646 of file reflection.cc.


Member Data Documentation

The actor type identifier of this actor.

Definition at line 617 of file reflection.cc.

The size of the argument array.

Definition at line 619 of file reflection.cc.

The number of arguments of this actor.

Definition at line 621 of file reflection.cc.

The arguments of this actor.

Definition at line 623 of file reflection.cc.

The queue where the actor is schedules.

Definition at line 625 of file reflection.cc.

Reference counter.

Definition at line 627 of file reflection.cc.


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