OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
BESReporterList Class Reference

#include <BESReporterList.h>

Inheritance diagram for BESReporterList:
Inheritance graph
Collaboration diagram for BESReporterList:
Collaboration graph

Public Types

typedef map< string, BESReporter *>::const_iterator Reporter_citer
 
typedef map< string, BESReporter *>::iterator Reporter_iter
 

Public Member Functions

virtual bool add_reporter (string reporter_name, BESReporter *handler)
 
virtual void dump (ostream &strm) const
 dumps information about this object More...
 
virtual BESReporterfind_reporter (string reporter_name)
 
virtual BESReporterremove_reporter (string reporter_name)
 
virtual void report (BESDataHandlerInterface &dhi)
 
virtual ~BESReporterList (void)
 

Static Public Member Functions

static BESReporterListTheList ()
 

Protected Member Functions

 BESReporterList (void)
 

Detailed Description

Definition at line 47 of file BESReporterList.h.

Member Typedef Documentation

◆ Reporter_citer

typedef map< string, BESReporter * >::const_iterator BESReporterList::Reporter_citer

Definition at line 57 of file BESReporterList.h.

◆ Reporter_iter

typedef map< string, BESReporter * >::iterator BESReporterList::Reporter_iter

Definition at line 58 of file BESReporterList.h.

Constructor & Destructor Documentation

◆ BESReporterList()

BESReporterList::BESReporterList ( void  )
protected

Definition at line 38 of file BESReporterList.cc.

Referenced by TheList().

◆ ~BESReporterList()

BESReporterList::~BESReporterList ( void  )
virtual

Definition at line 42 of file BESReporterList.cc.

Member Function Documentation

◆ add_reporter()

bool BESReporterList::add_reporter ( string  reporter_name,
BESReporter handler 
)
virtual

Definition at line 55 of file BESReporterList.cc.

References find_reporter().

Here is the call graph for this function:

◆ dump()

void BESReporterList::dump ( ostream &  strm) const
virtual

dumps information about this object

Displays the pointer value of this instance along with information about this catalog directory.

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

Implements BESObj.

Definition at line 112 of file BESReporterList.cc.

References BESReporter::dump(), BESIndent::Indent(), BESIndent::LMarg(), and BESIndent::UnIndent().

Here is the call graph for this function:

◆ find_reporter()

BESReporter * BESReporterList::find_reporter ( string  reporter_name)
virtual

Definition at line 81 of file BESReporterList.cc.

Referenced by add_reporter().

◆ remove_reporter()

BESReporter * BESReporterList::remove_reporter ( string  reporter_name)
virtual

Definition at line 67 of file BESReporterList.cc.

◆ report()

void BESReporterList::report ( BESDataHandlerInterface dhi)
virtual

Definition at line 93 of file BESReporterList.cc.

References BESReporter::report().

Referenced by BESInterface::report_request().

Here is the call graph for this function:

◆ TheList()

BESReporterList * BESReporterList::TheList ( )
static

Definition at line 141 of file BESReporterList.cc.

References BESReporterList().

Referenced by BESInterface::report_request().

Here is the call graph for this function:

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