Simulation configuration files manager. (See Aqua::InputOutput::State for details)
More...
#include <fnmatch.h>
#include <map>
#include <limits>
#include <vector>
#include <algorithm>
#include <sphPrerequisites.h>
#include <InputOutput/State.h>
#include <InputOutput/Logger.h>
#include <CalcServer.h>
#include <AuxiliarMethods.h>
|
static std::string | xmlTranscode (const XMLCh *txt) |
|
static XMLCh * | xmlTranscode (std::string txt) |
|
static void | xmlClear () |
|
static std::vector< unsigned int > | Aqua::InputOutput::_toolsList (std::string list, ProblemSetup &sim_data, std::string prefix) |
| Helper function to get a list of tool placements from a list of names.
|
|
static std::vector< unsigned int > | Aqua::InputOutput::_toolsName (std::string name, ProblemSetup &sim_data, std::string prefix) |
| Helper function to get a list of tool placements from a wildcard.
|
|
Simulation configuration files manager. (See Aqua::InputOutput::State for details)
◆ xmlAttribute
#define xmlAttribute |
( |
|
elem, |
|
|
|
att |
|
) |
| xmlS(elem->getAttribute(xmlS(att))) |
◆ xmlHasAttribute
#define xmlHasAttribute |
( |
|
elem, |
|
|
|
att |
|
) |
| elem->hasAttribute(xmlS(att)) |
◆ xmlS
◆ xmlClear()
◆ xmlTranscode() [1/2]
static std::string xmlTranscode |
( |
const XMLCh * |
txt | ) |
|
|
static |
◆ xmlTranscode() [2/2]
static XMLCh * xmlTranscode |
( |
std::string |
txt | ) |
|
|
static |
◆ cpp_str
std::vector<std::string> cpp_str |
|
static |
◆ xml_str
std::vector<XMLCh*> xml_str |
|
static |