ome-common
5.4.0
|
Xerces-C modern C++ wrapper. More...
Namespaces | |
dom | |
Domain object model. | |
Classes | |
class | EntityResolver |
Xerces entity resolver. More... | |
class | ErrorReporter |
Xerces error handler reporting errors to an ostream. More... | |
class | Platform |
XML Platform. More... | |
class | String |
Xerces string wrapper. More... | |
Functions | |
inline ::std::ostream & | operator<< (::std::ostream &os, const String &str) |
Output String to output stream. More... | |
Xerces-C modern C++ wrapper.
All classes in this namespace wrap the Xerces-C classes and functions to provide RAII and exception-safe equivalents, and which also handle memory management transparently.
inline ::std::ostream& ome::common::xml::operator<< | ( | ::std::ostream & | os, |
const String & | str | ||
) |
Output String to output stream.
os | the output stream. |
str | the String to output. |
References ome::common::xml::String::str().