Berkeley SfM
Namespaces | Functions
tokenize.h File Reference
#include <string>
#include <vector>

Go to the source code of this file.

Namespaces

 strings
 

Functions

void strings::Tokenize (const std::string &string, const std::string &delimiters, std::vector< std::string > *tokens)
 
void strings::Tokenize (const std::string &string, const std::vector< char > &delimiters, std::vector< std::string > *tokens)
 
void strings::Tokenize (const std::string &string, char delimiter, std::vector< std::string > *tokens)