Jamba
3.0.2
|
#include <string>
#include <sstream>
#include <vector>
#include <iterator>
Go to the source code of this file.
Namespaces | |
pongasoft | |
pongasoft::Utils | |
Functions | |
template<typename TFloat > | |
std::vector< TFloat > | pongasoft::Utils::splitFloats (const std::string &iString, char iDelimiter, bool iSkipEmptyEntries=false) |
std::vector< std::string > | pongasoft::Utils::splitString (const std::string &iString, char iDelimiter, bool iSkipEmptyEntries) |
template<typename Out > | |
void | pongasoft::Utils::splitString (const std::string &iString, char iDelimiter, Out oResult, bool iSkipEmptyEntries=false) |
template<typename TFloat > | |
bool | pongasoft::Utils::stringToFloat (const std::string &iString, TFloat &oValue) |
template<typename TFloat > | |
TFloat | pongasoft::Utils::stringToFloat (const std::string &iString) |