HCE project C++ developers source code library
1.1.1
HCE project developer library
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Algorithms.hpp
Go to the documentation of this file.
1
14
#ifndef ALGORITHMS_HPP
15
#define ALGORITHMS_HPP
16
17
#include <string>
18
#include <vector>
19
20
namespace
HCE
21
{
22
namespace
algorithms
23
{
28
std::vector<std::string>
stringSplitter
(
const
std::string &inString,
const
std::string &separator,
bool
useEmptyToken);
29
}
30
}
31
32
#endif
sources
algorithms
src
Algorithms.hpp
Generated on Mon Jan 13 2014 13:08:35 for HCE project C++ developers source code library by
1.8.1.2