cereal
A C++11 library for serialization
 All Classes Files Functions Variables Typedefs Enumerations Groups
Functions | Variables
rapidxml_print.hpp File Reference

This file contains rapidxml printer implementation. More...

#include "rapidxml.hpp"
#include <ostream>
#include <iterator>

Go to the source code of this file.

Functions

template<class OutIt , class Ch >
OutIt rapidxml::print (OutIt out, const xml_node< Ch > &node, int flags=0)
 
template<class Ch >
std::basic_ostream< Ch > & rapidxml::print (std::basic_ostream< Ch > &out, const xml_node< Ch > &node, int flags=0)
 
template<class Ch >
std::basic_ostream< Ch > & rapidxml::operator<< (std::basic_ostream< Ch > &out, const xml_node< Ch > &node)
 

Variables

const int rapidxml::print_no_indenting = 0x1
 Printer flag instructing the printer to suppress indenting of XML. See print() function.
 

Detailed Description

This file contains rapidxml printer implementation.