Data Structures | Namespaces | Functions
xmlTag.H File Reference
Include dependency graph for xmlTag.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  xmlTag
 Simple XML tag class allowing child tags and attributes. Specialized output stream operators are provided to display or write the XML structure. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

Ostream & operator<< (Ostream &os, const xmlTag &tag)
 Write the tag in XML format to the supplied output stream. More...
 
template<class T >
xmlTag & operator<< (xmlTag &tag, const UList< T > &data)
 Append the supplied data to the tag text. More...
 
template<class T >
xmlTag & operator<< (xmlTag &tag, const LongList< T > &data)
 Append the supplied data to the tag text. More...
 
template<class Form , class Cmpt , int nCmpt>
xmlTag & operator<< (xmlTag &tag, const VectorSpace< Form, Cmpt, nCmpt > &data)
 Append the supplied data to the tag text. More...
 
template<class T , unsigned Size>
xmlTag & operator<< (xmlTag &tag, const FixedList< T, Size > &data)
 Append the supplied data to the tag text. More...
 
xmlTag & operator<< (xmlTag &tag, const labelledTri &data)
 Append the supplied data to the tag text. More...
 

Detailed Description

Original source file xmlTag.H

Definition in file xmlTag.H.