Go to the source code of this file.
|
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...
|
|
|
| Foam |
| Namespace for OpenFOAM.
|
|
|
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...
|
|
Original source file xmlTag.H
Definition in file xmlTag.H.