fix8
version 1.4.0
Open Source C++ FIX Framework
|
#include <set>
Go to the source code of this file.
Classes | |
class | XmlElement |
A simple xml parser with Xpath style lookup. More... | |
struct | XmlElement::EntityOrderComp |
Comparitor. More... | |
Typedefs | |
using | Str2Chr = std::map< std::string, unsigned char > |
Functions | |
F8API std::ostream & | operator<< (std::ostream &os, const XmlElement &en) |
F8API std::ostream& operator<< | ( | std::ostream & | os, |
const XmlElement & | en | ||
) |
Inserter friend.
os | stream to send to |
en | XmlElement REFErence |
Definition at line 71 of file xml.cpp.
References XmlElement::attrs_, XmlElement::children_, XmlElement::decl_, XmlElement::depth_, XmlElement::ordchildren_, spacer, XmlElement::tag_, XmlElement::txtline_, and XmlElement::value_.