Utils Namespace Reference


Typedefs

typedef list< string > STRING_LIST
typedef STRING_LIST::iterator STRING_LIST_ITERATOR

Functions

string trim (string str)
 trim string
Utils::STRING_LIST split (string str, string delimiter)

Variables

const string DIRECTORY_DELIMITER = "/"


Typedef Documentation

typedef list<string> Utils::STRING_LIST

split a string into substrings. The single strings trimmed from whitespace only strings that have a resulting length > 0 after the trim are in the list

typedef STRING_LIST::iterator Utils::STRING_LIST_ITERATOR


Function Documentation

STRING_LIST Utils::split ( string  str,
string  delimiter 
)

string Utils::trim ( string  str  ) 

trim string


Variable Documentation

const string Utils::DIRECTORY_DELIMITER = "/"


Generated on Wed Jun 18 09:40:48 2008 for pktanon by  doxygen 1.5.5