#include <string>
#include <vector>
#include <set>
#include <boost/algorithm/string.hpp>
#include <boost/lexical_cast.hpp>
#include "xml_parser.h"
Go to the source code of this file.
|
template<> |
bool | cyclus::OptionalQuery (InfileTree *tree, std::string query, bool default_val) |
|
template<> |
double | cyclus::OptionalQuery (InfileTree *tree, std::string query, double default_val) |
|
template<> |
float | cyclus::OptionalQuery (InfileTree *tree, std::string query, float default_val) |
|
template<> |
int | cyclus::OptionalQuery (InfileTree *tree, std::string query, int default_val) |
|
template<typename T > |
T | cyclus::OptionalQuery (InfileTree *tree, std::string query, T default_val) |
|
template<> |
std::string | cyclus::Query (InfileTree *tree, std::string query, int index) |
|
template<> |
int | cyclus::Query (InfileTree *tree, std::string query, int index) |
|
template<> |
float | cyclus::Query (InfileTree *tree, std::string query, int index) |
|
template<> |
double | cyclus::Query (InfileTree *tree, std::string query, int index) |
|
template<typename T > |
T | cyclus::Query (InfileTree *tree, std::string query, int index=0) |
|