nds2-client - ClientDeveloper  0.16.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
nds_str_utility.hh File Reference
#include <algorithm>
#include <string>
#include <vector>
Include dependency graph for nds_str_utility.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 NDS
 The NDS client namespace.
 
 NDS::detail
 

Functions

template<typename iter >
void NDS::detail::split (iter first, iter last, char delim, std::vector< std::string > &dest)
 
void NDS::detail::split (const std::string &inp, char delim, std::vector< std::string > &dest)
 
std::vector< std::string > NDS::detail::split (const std::string &inp, char delim)