|
Pol
Revision:cb584c9
|
#include "escrutil.h"#include <climits>#include <cmath>#include <ctype.h>#include <stdlib.h>#include "bobject.h"#include "impstr.h"Go to the source code of this file.
Namespaces | |
| Pol | |
| Pol::Bscript | |
Functions | |
| BObjectImp * | Pol::Bscript::bobject_from_string (const std::string &str, int radix) |
| BObjectImp * | Pol::Bscript::convert_numeric (const std::string &str, int radix) |
| bool | Pol::Bscript::could_be_a_number (const char *s) |
| std::string | Pol::Bscript::normalize_ecl_filename (const std::string &filename) |
Definition in file escrutil.cpp.