libdap++
Updated for version 3.14.0
|
Go to the source code of this file.
Classes | |
class | libdap::DapObj |
libdap base object for common functionality of libdap objects More... | |
Namespaces | |
libdap | |
Functions | |
ostream & | operator<< (ostream &strm, const libdap::DapObj &obj) |
dump the contents of the specified object to the specified ostream More... | |
|
inline |
This inline method uses the dump method of the DapObj instance passed to it. This allows a user to dump the contents of an object instead of just getting the pointer value of the object.
strm | C++ i/o stream to dump the object to |
obj | The DapObj to dump |
Definition at line 84 of file DapObj.h.
References libdap::DapObj::dump().