inlib  1.2.0
Namespaces | Defines | Functions
/Users/barrand/private/dev/softinex/old/inexlib-1.2/inlib/inlib/parse File Reference
#include "smanip"
#include "charmanip"
#include "cstr"
#include <clocale>
#include "file"
#include "vmanip"
Include dependency graph for parse:
This graph shows which files directly or indirectly include this file:

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)

Define Documentation

#define inlib_parse

Definition at line 5 of file parse.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines