bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
NCModule Class Reference
Inheritance diagram for NCModule:
Inheritance graph
Collaboration diagram for NCModule:
Collaboration graph

Public Member Functions

virtual void dump (std::ostream &strm) const
 dumps information about this object
 
virtual void initialize (const std::string &modname)
 
virtual void terminate (const std::string &modname)
 

Detailed Description

Definition at line 37 of file NCModule.h.

Constructor & Destructor Documentation

◆ NCModule()

NCModule::NCModule ( )
inline

Definition at line 39 of file NCModule.h.

◆ ~NCModule()

virtual NCModule::~NCModule ( )
inlinevirtual

Definition at line 40 of file NCModule.h.

Member Function Documentation

◆ dump()

void NCModule::dump ( std::ostream & strm) const
virtual

dumps information about this object

Displays the pointer value of this instance

Parameters
strmC++ i/o stream to dump the information to

Implements BESAbstractModule.

Definition at line 99 of file NCModule.cc.

◆ initialize()

void NCModule::initialize ( const std::string & modname)
virtual

Implements BESAbstractModule.

Definition at line 51 of file NCModule.cc.

◆ terminate()

void NCModule::terminate ( const std::string & modname)
virtual

Implements BESAbstractModule.

Definition at line 79 of file NCModule.cc.


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