#include <openbabel/babelconfig.h>
#include <vector>
#include <string>
#include <fstream>
Go to the source code of this file.
Namespaces | |
namespace | OpenBabel |
Defines | |
#define | FILE_SEP_CHAR "/" |
Functions | |
OBERROR bool | tokenize (std::vector< std::string > &, const char *buf, const char *delimstr=" \t\n\r") |
OBERROR bool | tokenize (std::vector< std::string > &, std::string &, const char *delimstr=" \t\n\r", int limit=-1) |
OBERROR std::string & | Trim (std::string &txt) |
OBERROR std::string | OpenDatafile (std::ifstream &fs, const std::string &filename, const std::string &envvar="BABEL_DATADIR") |
#define FILE_SEP_CHAR "/" |
Referenced by OpenBabel::OpenDatafile(), and patty::read_rules().