7#include <libxml/parser.h>
8#include <libxml/tree.h>
10#include "Component.hpp"
14#include "Subdivision.hpp"
32 int xmlProcessChildren(
Component* c, xmlNode* parent,
int level);
34 Component* createChildC(std::string type, xmlNode* node);
36 std::string xmlGetPropStr(xmlNode* node, std::string key);
Generic class for all hardware and logical components in sys-sage.
Definition Component.hpp:36
std::vector< std::string > xmlRelevantObjectTypes
Definition hwloc.cpp:17
std::vector< std::string > xmlRelevantNames
Definition hwloc.cpp:10
int parseHwlocOutput(Node *n, std::string xmlPath)