|
OPeNDAP Hyrax Back End Server (BES)
Updated for version 3.8.3
|
#include <iostream>#include "RCObject.h"#include "XMLHelpers.h"#include <string>#include <vector>

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... | |
|
inline |
Output obj.toString() to the stream.
Definition at line 200 of file NCMLElement.h.
References ncml_module::NCMLElement::toString().
