alaCarte Maps
Renderer for OpenStreetMap tiles
excp::ErrorOut< Info > Struct Template Reference

#include <exceptions.hpp>

Public Types

typedef boost::exception_detail::get_error_info_return_type< boost::exception, typename Info::value_type >::type value_type
 

Public Member Functions

 ErrorOut (boost::exception &e, const string &fallbackInfo="'unknown'")
 

Public Attributes

string fallbackInfo
 
value_type value
 

Detailed Description

template<typename Info>
struct excp::ErrorOut< Info >

Definition at line 92 of file exceptions.hpp.

Member Typedef Documentation

template<typename Info>
typedef boost::exception_detail::get_error_info_return_type<boost::exception,typename Info::value_type>::type excp::ErrorOut< Info >::value_type

Definition at line 94 of file exceptions.hpp.

Constructor & Destructor Documentation

template<typename Info>
excp::ErrorOut< Info >::ErrorOut ( boost::exception &  e,
const string fallbackInfo = "'unknown'" 
)
inline

Definition at line 97 of file exceptions.hpp.

Member Data Documentation

template<typename Info>
string excp::ErrorOut< Info >::fallbackInfo

Definition at line 103 of file exceptions.hpp.

template<typename Info>
value_type excp::ErrorOut< Info >::value

Definition at line 104 of file exceptions.hpp.


The documentation for this struct was generated from the following file: