|
OpenADFortTk (basic)
|
#include <iostream>#include <string>#include <list>

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) |
| void Append_Token_String | ( | xml::ostream & | xos, |
| const char * | string | ||
| ) | [inline] |
Definition at line 424 of file xmlostream.h.
Referenced by whirl2xaif::ST2F_Declare_Tempvar(), WN2F_Convert(), and whirl2xaif::WN2F_interface_blk().