g4tools  5.4.0
Namespaces | Macros | Functions
sto File Reference
#include <string>
#include <sstream>
#include <ostream>
#include "typedefs"
#include <cstddef>
Include dependency graph for sto:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 

Macros

#define tools_sto
 

Functions

bool tools::to (const std::string &a_string, bool &a_value, bool a_def=false)
 
bool tools::tob (const std::string &a_string, bool &a_value, bool a_def=false)
 
template<class T >
bool tools::to (const std::string &a_s, T &a_v, const T &a_def=T())
 
template<class T >
bool tools::to (T &a_field, const std::string &a_s, bool &a_changed)
 
template<class T >
bool tools::to (std::ostream &a_out, const std::string &a_string, T &a_value)
 
bool tools::to (std::ostream &a_out, const std::string &a_string, bool &a_value)
 
bool tools::to_size_t (const std::string &a_string, size_t &a_value, const size_t &a_def=0)
 

Macro Definition Documentation

◆ tools_sto

#define tools_sto

Definition at line 5 of file sto.