OpenADFortTk (basic)
src/lib/support/xmlostream.h File Reference
#include <iostream>
#include <string>
#include <list>
Include dependency graph for xmlostream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  xml::ostream
class  xml::ostream::Exception
struct  xml::BegElemInfo_
struct  xml::AttrInfo_< T >
struct  xml::BegAttrInfo_
struct  xml::CommentInfo_
struct  xml::IndentAmntInfo_
struct  xml::IndentStepInfo_

Namespaces

namespace  xml

Typedefs

typedef ostream &(* xml::omanip )(ostream &)

Functions

ostream & xml::operator<< (std::ostream &os, omanip f)
ostream & xml::EndElem (ostream &xos)
ostream & xml::EndAttr (ostream &xos)
ostream & xml::EndAttrs (ostream &xos)
ostream & xml::BegComment (ostream &xos)
ostream & xml::EndComment (ostream &xos)
ostream & xml::Indent (ostream &xos)
ostream & xml::IndentIncr (ostream &xos)
ostream & xml::IndentDecr (ostream &xos)
ostream & xml::operator<< (std::ostream &os, const BegElemInfo_ x)
BegElemInfo_ xml::BegElem (const char *etag_)
template<class T >
ostream & xml::operator<< (std::ostream &os, const AttrInfo_< T > &x)
template<class T >
AttrInfo_< T > xml::Attr (const char *attr_, const T &val_)
ostream & xml::operator<< (std::ostream &os, const BegAttrInfo_ x)
BegAttrInfo_ xml::BegAttr (const char *attr_)
ostream & xml::operator<< (std::ostream &os, const CommentInfo_ x)
CommentInfo_ xml::Comment (const char *str_)
ostream & xml::operator<< (std::ostream &os, const IndentAmntInfo_ x)
IndentAmntInfo_ xml::SetIndentAmnt (int amnt_)
ostream & xml::operator<< (std::ostream &os, const IndentStepInfo_ x)
IndentStepInfo_ xml::SetIndentStep (int step_)
void Append_Token_String (xml::ostream &xos, const char *string)

Function Documentation

void Append_Token_String ( xml::ostream xos,
const char *  string 
) [inline]
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines