OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
NCMLElement.h File Reference
#include <iostream>
#include "RCObject.h"
#include "XMLHelpers.h"
#include <string>
#include <vector>
Include dependency graph for NCMLElement.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ncml_module::NCMLElement::Factory
 Factory class for the NcML elements. More...
 
class  ncml_module::NCMLElement
 Base class for NcML element concrete classes. More...
 

Namespaces

 ncml_module
 An abstract superclass for NCMLArray<T> that handles the non-parameterized functionality and allows us to treat subclasses of any type T polymorphically.
 

Functions

std::ostream & operator<< (std::ostream &strm, const ncml_module::NCMLElement &obj)
 Output obj.toString() to the stream. More...
 

Function Documentation

std::ostream& operator<< ( std::ostream &  strm,
const ncml_module::NCMLElement obj 
)
inline

Output obj.toString() to the stream.

Definition at line 200 of file NCMLElement.h.

References ncml_module::NCMLElement::toString().

Here is the call graph for this function: