#include <string>
#include <sstream>
#include <ostream>
#include "typedefs"
#include <cstddef>
Go to the source code of this file.
|
| tools |
| inlined C code : ///////////////////////////////////
|
|
|
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) |
|
◆ tools_sto
Definition at line 5 of file sto.