#include "PropertySourceDict.h"
#include "../util/pybind_dict_utils.h"
#include "../util/type_casters.h"
#include <libxml/tree.h>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
Rcs | |
Functions | |
static std::string | Rcs::spaceJoinedString (py::handle iterable) |
static xmlNodePtr | Rcs::dict2xml (const py::dict &data, xmlDocPtr doc, const char *nodeName) |