Pol
Revision:cb584c9
|
#include <cstdlib>
#include <ctype.h>
#include <string>
#include "../clib/stlutil.h"
#include "berror.h"
#include "bobject.h"
#include "executor.h"
#include "impstr.h"
#include "objmethods.h"
Go to the source code of this file.
Namespaces | |
Pol | |
Pol::Bscript | |
Functions | |
void | Pol::Bscript::int_to_binstr (int &value, std::stringstream &s) |
bool | Pol::Bscript::s_parse_int (int &i, std::string const &s) |
void | Pol::Bscript::s_trim (std::string &s) |
bool | Pol::Bscript::try_to_format (std::stringstream &to_stream, BObjectImp *what, std::string &frmt) |
Definition in file str.cpp.