Jpp  17.3.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
configure.hh File Reference
#include <vector>
#include <stdexcept>
#include <boost/foreach.hpp>
#include <boost/tokenizer.hpp>
#include <boost/lexical_cast.hpp>
#include <boost/property_tree/ptree.hpp>
#include <boost/algorithm/string/trim.hpp>

Go to the source code of this file.

Namespaces

 detail
 

Functions

static const
boost::char_separator< char > 
detail::args_sep (";")
 
static const
boost::char_separator< char > 
detail::fields_sep ("=")
 
static const
boost::char_separator< char > 
detail::white_spaces ("\t ")
 
boost::property_tree::ptree detail::parse (std::string str)
 
template<typename T >
std::vector< Tdetail::vectorize (const std::string &str)