NEST  2.6.0,not_revisioned_source_dir@0
Classes | Public Member Functions | Private Attributes | List of all members
OOSupportModule Class Reference

#include <oosupport.h>

Inheritance diagram for OOSupportModule:
SLIModule

Classes

class  CallMemberFunction
 

Public Member Functions

 OOSupportModule (void)
 
void init (SLIInterpreter *)
 Initialise the module. More...
 
const std::string commandstring (void) const
 Return sli command sequence to be executed for initialisation. More...
 
const std::string name (void) const
 Return name of the module. More...
 
- Public Member Functions inherited from SLIModule
virtual ~SLIModule ()
 
void install (std::ostream &, SLIInterpreter *)
 Print installation message via interpreter message command. More...
 

Private Attributes

CallMemberFunction callmemberfunction
 

Constructor & Destructor Documentation

OOSupportModule::OOSupportModule ( void  )
inline

Member Function Documentation

const std::string OOSupportModule::commandstring ( void  ) const
virtual

Return sli command sequence to be executed for initialisation.

Reimplemented from SLIModule.

void OOSupportModule::init ( SLIInterpreter )
virtual

Initialise the module.

When this function is called, most of the interpreter's fascilities are up and running. However, depending on where in the interpreter's bootstrap sequence the module is initialised, not all services may be available.

Implements SLIModule.

References callmemberfunction, and SLIInterpreter::createcommand().

const std::string OOSupportModule::name ( void  ) const
virtual

Return name of the module.

Implements SLIModule.

Member Data Documentation

CallMemberFunction OOSupportModule::callmemberfunction
private

Referenced by init().


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