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

Gecode::Reflection::ActorRegistrar< P > Class Template Reference
[Reflection API]

List of all members.


Detailed Description

template<class P>
class Gecode::Reflection::ActorRegistrar< P >

Class used for registering actors.

The registered Actor class P has to provide two functions:

  • static Support::Symbol ati(void)
  • static void post(Space*, const VarMap&, const ActorSpec&)

Definition at line 624 of file reflection.icc.


Public Member Functions

 ActorRegistrar (void)
 Default constructor.

Constructor & Destructor Documentation

template<class P>
Gecode::Reflection::ActorRegistrar< P >::ActorRegistrar ( void   )  [inline]

Default constructor.

Definition at line 631 of file reflection.icc.


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