Gecode::Reflection::ActorSpec::Arguments Class Reference
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] |
Gecode::Reflection::ActorSpec::Arguments::~Arguments | ( | void | ) | [inline] |
Member Data Documentation
The documentation for this class was generated from the following file:
- gecode/kernel/reflection.cc (Revision: 7297)