Jpp 19.3.0-rc.2
the software that should make you happy
Loading...
Searching...
No Matches
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

namespace  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< T > detail::vectorize (const std::string &str)