![]() |
Blamite Game Engine - Strings
00309.02.03.21.0044.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Go to the source code of this file.
Namespaces | |
| rapidxml | |
Functions | |
| template<class OutIt , class Ch > | |
| OutIt | rapidxml::print (OutIt out, const xml_node< Ch > &node, int flags=0) |
| Prints XML to given output iterator. More... | |
| template<class Ch > | |
| std::basic_ostream< Ch > & | rapidxml::print (std::basic_ostream< Ch > &out, const xml_node< Ch > &node, int flags=0) |
| Prints XML to given output stream. More... | |
| template<class Ch > | |
| std::basic_ostream< Ch > & | rapidxml::operator<< (std::basic_ostream< Ch > &out, const xml_node< Ch > &node) |
| Prints formatted XML to given output stream. More... | |
Variables | |
| const int | rapidxml::print_no_indenting = 0x1 |
| Printer flag instructing the printer to suppress indenting of XML. See print() function. More... | |
This file contains rapidxml printer implementation