neuralpp::neuralutils Namespace Reference


Functions

std::vector< double > split (char delim, std::string str)
 Split a string into a vector of doubles, given a delimitator.
std::vector< std::string > splitLines (std::string str)
 Split the lines of a string.
void toLower (std::string &str)
 Convert the characters of a string to lower case.
void toUpper (std::string &str)
 Convert the characters of a string to upper case.


Function Documentation

std::vector<double> neuralpp::neuralutils::split ( char  delim,
std::string  str 
)

Split a string into a vector of doubles, given a delimitator.

Parameters:
delim Delimitator
str String to be splitted
Returns:
Vector of doubles containing splitted value

std::vector<std::string> neuralpp::neuralutils::splitLines ( std::string  str  ) 

Split the lines of a string.

Parameters:
str String to be splitted
Returns:
An array of strings containing the lines of the original string

void neuralpp::neuralutils::toLower ( std::string &  str  ) 

Convert the characters of a string to lower case.

Parameters:
str String to be converted

void neuralpp::neuralutils::toUpper ( std::string &  str  ) 

Convert the characters of a string to upper case.

Parameters:
str String to be converted


Generated on Fri Sep 4 11:25:49 2009 for Neural++ by  doxygen 1.5.6