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

Utils::Utils (  ) 

00022             {
00023 
00024 }

Utils::~Utils (  ) 

00026              {
00027 
00028 }


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:

Generated on Wed Dec 23 14:15:05 2009 for CPPFrame by  doxygen 1.5.8