#include <string>
#include <vector>
Go to the source code of this file.
|
| tools |
| inlined C code : ///////////////////////////////////
|
|
|
void | tools::words (const std::string &a_string, const std::string &a_sep, bool a_take_empty, std::vector< std::string > &a_words, bool a_clear=true) |
|
void | tools::words (const std::string &a_string, const std::string &a_sep, bool a_take_empty, unsigned int &a_wn, std::string::size_type a_wps[], std::string::size_type a_wls[]) |
|
◆ tools_words
Definition at line 5 of file words.