![]() |
LeechCraft 0.6.70-14794-g33744ae6ce
Modular cross-platform feature rich live environment.
|
#include <boost/iterator.hpp>
#include <boost/iterator/function_input_iterator.hpp>
#include <boost/range.hpp>
#include <QDomElement>
#include <QString>
Go to the source code of this file.
Classes | |
class | LC::Util::detail::DomSiblingsIterator |
Namespaces | |
namespace | LC |
namespace | LC::Util |
namespace | LC::Util::detail |
Functions | |
auto | LC::Util::DomChildren (const QDomNode &parent, const QString &tag) |
Creates a range iterating over direct children named tag. | |