Static Public Member Functions
DUtils::StringFunctions Class Reference

#include <StringFunctions.h>

List of all members.

Static Public Member Functions

static void split (const std::string &s, std::vector< std::string > &tokens, const std::string &delims=" \t\n")

Detailed Description

Definition at line 31 of file StringFunctions.h.


Member Function Documentation

void StringFunctions::split ( const std::string &  s,
std::vector< std::string > &  tokens,
const std::string &  delims = " \t\n" 
) [static]

Splits the given string into single tokens

Parameters:
sstring
tokensreturned tokens (no empty tokens are returned)
delimsdelimitation characters

Definition at line 32 of file StringFunctions.cpp.


The documentation for this class was generated from the following files:


re_vision
Author(s): Dorian Galvez-Lopez
autogenerated on Sun Jan 5 2014 11:34:29