libdap Updated for version 3.21.1
libdap4 is an implementation of OPeNDAP's DAP protocol.
DapObj.h File Reference
#include <iostream>
Include dependency graph for DapObj.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  libdap::DapObj
 libdap base object for common functionality of libdap objects More...
 

Namespaces

namespace  libdap
 top level DAP object to house generic methods
 

Functions

std::ostream & operator<< (std::ostream &strm, const libdap::DapObj &obj)
 dump the contents of the specified object to the specified ostream
 

Function Documentation

◆ operator<<()

std::ostream & operator<< ( std::ostream & strm,
const libdap::DapObj & obj )
inline

dump the contents of the specified object to the specified ostream

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.

Parameters
strmC++ i/o stream to dump the object to
objThe DapObj to dump

Definition at line 75 of file DapObj.h.