#include <openbabel/babelconfig.h>
#include <algorithm>
#include <vector>
#include <string>
Include dependency graph for tokenst.cpp:
Namespaces | |
namespace | OpenBabel |
Functions | |
bool | tokenize (std::vector< std::string > &, const char *buf, const char *delimstr=" \t\n") |
char * | trim_spaces (char *string) |
bool | tokenize (std::vector< std::string > &, std::string &, const char *delimstr=" \t\n", int limit=-1) |
std::string & | Trim (std::string &txt) |