Exception class. More...
Go to the source code of this file.
Classes | |
class | Glip::Exception |
Exception class, derived from std::exception. More... | |
Functions | |
template<typename TYPE > | |
bool | Glip::fromString (const std::string &Str, TYPE &Dest) |
Conversion, from string to data. More... | |
template<typename TYPE > | |
std::string | Glip::toString (const TYPE &Value) |
Conversion, from data to string. More... | |
Exception class.