GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Gw::AConfigurator Class Reference

base class in charge of configurating, allocating the true actor loaded in a LoadedActor More...

#include <ALoadedActor.h>

Inheritance diagram for Gw::AConfigurator:

Public Member Functions

 AConfigurator (ALoadedActor *, ConfigFunction)
 
virtual void Configure ()
 configure environment for the actor. More...
 
virtual UInt_t GetError () const
 
virtual NarvalInterfaceRegister ()
 creates an instance of the actor More...
 
void SetConfigMethod (ConfigFunction f)
 
virtual void SetError (UInt_t err=0u)
 Reset error. More...
 
virtual ~AConfigurator ()
 

Protected Attributes

ConfigFunction fConfigFunction
 real method to be used to configure the actor More...
 
UInt_t fError
 last error More...
 
ALoadedActorfRefToLoadedActor
 Ref to the loader using this in order to have access to the list of global (containing ConfDir) More...
 

Detailed Description

base class in charge of configurating, allocating the true actor loaded in a LoadedActor

Definition at line 43 of file ALoadedActor.h.


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