GLIP-Lib
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Functions
Exception.hpp File Reference

Exception class. More...

#include <iostream>
#include <sstream>
#include <vector>
#include "Core/LibTools.hpp"
Include dependency graph for Exception.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Exception class.

Author
R. KERVICHE
Date
August 15th 2011