VinaLC: Parallel Molecular Docking Program

Biochemical and Biophysical Systems Group
VinaLC version: 1.1.2

tokenize.h File Reference
#include <algorithm>
#include <cstdlib>
#include <string>
#include <iterator>
#include <sstream>
Include dependency graph for tokenize.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

template<class ContainerT >
void tokenize ( const std::string &  str,
ContainerT &  tokens,
const std::string &  delimiters = " ",
const bool  trimEmpty = true 
)

Referenced by getTopScore(), saveGeoList(), and saveStrList().

Here is the caller graph for this function:

template<typename T1 , typename T2 >
T1 Sstrm ( T2  inValue)