GA::kit v0.3
G&A's in-house C++ application framework
Loading...
Searching...
No Matches
util.h File Reference
#include <algorithm>
#include <functional>
#include <iostream>
#include <iterator>
#include <locale>
#include <sstream>
#include <vector>

Go to the source code of this file.

Classes

struct  ga::scope_guard
 

Namespaces

namespace  ga
 

Functions

std::vector< std::string > ga::splitString (const std::string &str, char delim=' ')
 
std::string ga::toLower (std::string str)
 
std::string ga::toUpper (std::string str)