Electroneum
tiny_ini.h File Reference
#include <boost/regex.hpp>
#include <boost/lexical_cast.hpp>
#include "string_tools.h"
Include dependency graph for tiny_ini.h:

Go to the source code of this file.

Namespaces

 epee
 
 epee::tiny_ini
 

Functions

bool epee::tiny_ini::get_param_value (const std::string &param_name, const std::string &ini_entry, std::string &res)
 
std::string epee::tiny_ini::get_param_value (const std::string &param_name, const std::string &ini_entry)
 
template<class T >
bool epee::tiny_ini::get_param_value_as_t (const std::string &param_name, const std::string &ini_entry, T &res)