Code_TYMPAN  4.4.0
Industrial site acoustic simulation
exceptions.h
Go to the documentation of this file.
1 
7 #ifndef __TYMPAN__DMM_EXCEPTIONS_HPP__INCLUDED__
8 #define __TYMPAN__DMM_EXCEPTIONS_HPP__INCLUDED__
9 
10 #include <deque>
11 #include "Tympan/core/exceptions.h"
12 
13 namespace tympan
14 {
15 typedef boost::error_info<struct tag_elements_implied, std::deque<LPTYElement>> elements_implied_errinfo;
16 typedef boost::error_info<struct tag_position, OPoint3D> position_errinfo;
17 } // namespace tympan
18 
19 #endif // __TYMPAN__DMM_EXCEPTIONS_HPP__INCLUDED__
Utilities to handle exceptions and to pretty-print value.
boost::error_info< struct tag_elements_implied, std::deque< LPTYElement > > elements_implied_errinfo
Definition: exceptions.h:15
boost::error_info< struct tag_position, OPoint3D > position_errinfo
Definition: exceptions.h:16