|
libmoost
|
#include <map>#include <string>#include <fstream>#include <vector>#include <cctype>#include <stdexcept>#include <algorithm>#include <boost/shared_ptr.hpp>#include <boost/algorithm/string/case_conv.hpp>#include <boost/lexical_cast.hpp>

Go to the source code of this file.
Classes | |
| class | moost::xml::simple_parser |
| struct | moost::xml::simple_parser::tree_node |
| struct | moost::xml::get_opt_detail< T > |
| struct | moost::xml::get_opt_detail< bool > |
Namespaces | |
| namespace | moost |
Creates a unique temporary directory; removed on scope exit. | |
| namespace | moost::xml |
Functions | |
| template<typename T > | |
| static void | moost::xml::get_opt (T &value, const std::string &key, const std::map< std::string, std::string > &optMap, bool throwIfNotFound=true) |