Utils Class Reference
#include <Utils.h>
List of all members.
|
Public Member Functions |
| | Utils () |
| | ~Utils () |
| void | Tokenize (const std::string &str, std::vector< std::string > &tokens, const std::string &delimiters="&") |
| void | TokenizeFirst (const std::string &str, std::vector< std::string > &tokens, const std::string &delimiters="=") |
Constructor & Destructor Documentation
Member Function Documentation
| void Utils::Tokenize |
( |
const std::string & |
str, |
|
|
std::vector< std::string > & |
tokens, |
|
|
const std::string & |
delimiters = "&" | |
|
) |
| | |
| void Utils::TokenizeFirst |
( |
const std::string & |
str, |
|
|
std::vector< std::string > & |
tokens, |
|
|
const std::string & |
delimiters = "=" | |
|
) |
| | |
The documentation for this class was generated from the following files: