CYCLUS
Classes | Namespaces | Functions
infile_tree.h File Reference
#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.

Classes

class  cyclus::InfileTree
 

Namespaces

 cyclus
 
 xmlpp
 

Functions

template<typename T >
cyclus::OptionalQuery (InfileTree *tree, std::string query, T default_val)
 
template<>
int cyclus::OptionalQuery (InfileTree *tree, std::string query, int default_val)
 
template<>
bool cyclus::OptionalQuery (InfileTree *tree, std::string query, bool default_val)
 
template<>
float cyclus::OptionalQuery (InfileTree *tree, std::string query, float default_val)
 
template<>
double cyclus::OptionalQuery (InfileTree *tree, std::string query, double default_val)
 
template<typename T >
cyclus::Query (InfileTree *tree, std::string query, int index=0)
 
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)