NDDEM
|
Go to the source code of this file.
Namespaces | |
cereal | |
in certain simple scenarios. They should probably not be used if maximizing performance is the main objective. | |
cereal::rapidxml | |
Functions | |
template<class OutIt , class Ch > | |
OutIt | cereal::rapidxml::print (OutIt out, const xml_node< Ch > &node, int flags=0) |
template<class Ch > | |
std::basic_ostream< Ch > & | cereal::rapidxml::print (std::basic_ostream< Ch > &out, const xml_node< Ch > &node, int flags=0) |
template<class Ch > | |
std::basic_ostream< Ch > & | cereal::rapidxml::operator<< (std::basic_ostream< Ch > &out, const xml_node< Ch > &node) |
Variables | |
const int | cereal::rapidxml::print_no_indenting = 0x1 |
Printer flag instructing the printer to suppress indenting of XML. See print() function. More... | |