GammaWare  Head Version for release 0.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Gw::Configurator< Actor_T > Class Template Reference

#include <ALoadedActor.h>

Inheritance diagram for Gw::Configurator< Actor_T >:

Public Member Functions

 Configurator (ALoadedActor *lactor, ConfigFunction f)
 
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 ~Configurator ()
 

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

template<typename Actor_T>
class Gw::Configurator< Actor_T >

Definition at line 260 of file ALoadedActor.h.


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