|
Ardour
9.0-pre0-1950-g391fe97693
|
#include <cstdarg>#include <cstdio>#include <memory>#include <string>#include <vector>#include <libxml/parser.h>#include <libxml/tree.h>#include <glibmm/ustring.h>#include "pbd/string_convert.h"#include "pbd/libpbd_visibility.h"Go to the source code of this file.
Classes | |
| class | XMLProperty |
| class | XMLTree |
| class | XMLNode |
| class | XMLException |
Typedefs | |
| typedef std::vector< XMLNode * > | XMLNodeList |
| typedef std::vector< std::shared_ptr< XMLNode > > | XMLSharedNodeList |
| typedef XMLNodeList::iterator | XMLNodeIterator |
| typedef XMLNodeList::const_iterator | XMLNodeConstIterator |
| typedef std::vector< XMLProperty * > | XMLPropertyList |
| typedef XMLPropertyList::iterator | XMLPropertyIterator |
| typedef XMLPropertyList::const_iterator | XMLPropertyConstIterator |
| typedef XMLNodeList::const_iterator XMLNodeConstIterator |
| typedef XMLNodeList::iterator XMLNodeIterator |
| typedef std::vector<XMLNode *> XMLNodeList |
| typedef XMLPropertyList::const_iterator XMLPropertyConstIterator |
| typedef XMLPropertyList::iterator XMLPropertyIterator |
| typedef std::vector<XMLProperty*> XMLPropertyList |
| typedef std::vector<std::shared_ptr<XMLNode> > XMLSharedNodeList |