|
|
This file contains rapidxml printer implementation. More...
Include dependency graph for rapidxml_print.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | rapidxml |
Functions | |
| template<class Ch> | |
| std::basic_ostream< Ch > & | operator<< (std::basic_ostream< Ch > &out, const xml_node< Ch > &node) |
| Prints formatted XML to given output stream. | |
| template<class OutIt, class Ch> | |
| OutIt | print (OutIt out, const xml_node< Ch > &node, int flags=0) |
| Prints XML to given output iterator. | |
| template<class Ch> | |
| std::basic_ostream< Ch > & | print (std::basic_ostream< Ch > &out, const xml_node< Ch > &node, int flags=0) |
| Prints XML to given output stream. | |
Variables | |
| const int | print_no_indenting |
| Printer flag instructing the printer to suppress indenting of XML. See print() function. | |
This file contains rapidxml printer implementation.
Definition in file rapidxml_print.hpp.