|
inlib
1.2.0
|
#include "smanip"#include "charmanip"#include "cstr"#include <clocale>#include "file"#include "vmanip"

Go to the source code of this file.
Namespaces | |
| namespace | inlib |
manipulations that induces other includes : /////////// | |
Defines | |
| #define | inlib_parse |
Functions | |
| template<class T > | |
| bool | inlib::to_vals_one (const std::string &a_string, std::vector< T > &a_vals) |
| template<class T > | |
| bool | inlib::to_vals (const std::string &a_string, const char a_sep, std::vector< T > &a_vals) |
| bool | inlib::name_args (const std::string &a_string, std::string &aName, std::vector< std::string > &aArgs) |
| bool | inlib::parse_array (const std::string &a_string, std::string &aName, int &aIndex) |
| bool | inlib::to_doubles (const std::string &a_string, std::vector< double > &a_values, const std::string &a_sep) |
| bool | inlib::is_variable (const std::string &a_string) |
| unsigned int | inlib::cstring_strtods (const char *a_cstr, std::vector< double > &a_vals, bool a_fixed=false) |
| bool | inlib::read_doubles (const std::string &a_file, std::vector< double > &a_vals) |
1.7.5.1