VinaLC: Parallel Molecular Docking Program |
Biochemical and Biophysical Systems Group |
#include <algorithm>
#include <cstdlib>
#include <string>
#include <iterator>
#include <sstream>
Go to the source code of this file.
Functions | |
template<class ContainerT > | |
void | tokenize (const std::string &str, ContainerT &tokens, const std::string &delimiters=" ", const bool trimEmpty=true) |
template<typename T1 , typename T2 > | |
T1 | Sstrm (T2 inValue) |
void tokenize | ( | const std::string & | str, |
ContainerT & | tokens, | ||
const std::string & | delimiters = " " , |
||
const bool | trimEmpty = true |
||
) |
Referenced by getTopScore(), saveGeoList(), and saveStrList().
T1 Sstrm | ( | T2 | inValue | ) |