#include "BSUtilitiesError.h"
#include <tinyxml/tinyxml.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | BSUtilities |
namespace | BSUtilities::xmlr |
Classes | |
class | BSUtilities::xmlr::XmlReadError |
exception class More... | |
Functions | |
TiXmlHandle | BSUtilities::xmlr::xmlInit (const std::string &filename) |
initialize XML reading | |
void | BSUtilities::xmlr::xmlFinish (TiXmlHandle &element) |
finish XML reading | |
template<class X> | |
void | BSUtilities::xmlr::xmlLoad (const std::string &filename, X &obj) |
load xml data into an object |
Definition in file xmlReader.h.