OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <DapFunctions.h>
Public Member Functions | |
DapFunctions () | |
virtual void | dump (ostream &strm) const |
dumps information about this object More... | |
virtual void | initialize (const string &modname) |
virtual void | terminate (const string &modname) |
virtual | ~DapFunctions () |
Definition at line 32 of file DapFunctions.h.
|
inline |
Definition at line 34 of file DapFunctions.h.
|
inlinevirtual |
Definition at line 37 of file DapFunctions.h.
|
virtual |
dumps information about this object
Displays the pointer value of this instance
strm | C++ i/o stream to dump the information to |
Implements BESAbstractModule.
Definition at line 72 of file DapFunctions.cc.
References BESIndent::LMarg().
|
virtual |
|
virtual |