Sierra Toolkit
Version of the Day
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
tokenize.hpp
1
#ifndef STK_UTIL_UTIL_TOKENIZE_H
2
#define STK_UTIL_UTIL_TOKENIZE_H
3
4
#include <string>
5
#include <vector>
6
7
namespace
stk_classic {
8
namespace
util {
9
14
void
tokenize(
const
std::string& str,
const
std::string& separators,
15
std::vector<std::string>& tokens);
16
17
}
18
}
19
20
#endif
stk_util
stk_util
util
tokenize.hpp
Generated on Wed Sep 26 2018 14:44:35 for Sierra Toolkit by
1.8.6