#include <string>
#include <list>
Namespaces | |
namespace | Utils |
Typedefs | |
typedef list< string > | Utils::STRING_LIST |
typedef STRING_LIST::iterator | Utils::STRING_LIST_ITERATOR |
Functions | |
string | Utils::trim (string str) |
trim string | |
Utils::STRING_LIST | Utils::split (string str, string delimiter) |
Variables | |
const string | Utils::DIRECTORY_DELIMITER = "/" |