|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) MINIorX
OPALX
|
#include <error_handler.hpp>
Classes | |
| struct | result |
Public Member Functions | |
| error_handler (Iterator first, Iterator last) | |
| template<typename Message, typename What> | |
| void | operator() (Message const &message, What const &what, Iterator err_pos) const |
| Iterator | get_pos (Iterator err_pos, int &line) const |
| std::string | get_line (Iterator err_pos) const |
Public Attributes | |
| Iterator | first |
| Iterator | last |
| std::vector< Iterator > | iters |
Definition at line 30 of file error_handler.hpp.
| struct SDDS::error_handler::result |
Definition at line 33 of file error_handler.hpp.
| Class Members | ||
|---|---|---|
| typedef void | type | |
|
inline |
Definition at line 35 of file error_handler.hpp.
|
inline |
Definition at line 87 of file error_handler.hpp.
References last.
Referenced by operator()().
|
inline |
Definition at line 61 of file error_handler.hpp.
References first.
Referenced by operator()().
|
inline |
Definition at line 39 of file error_handler.hpp.
References get_line(), get_pos(), and last.
| Iterator SDDS::error_handler< Iterator >::first |
Definition at line 96 of file error_handler.hpp.
Referenced by error_handler(), and get_pos().
| std::vector<Iterator> SDDS::error_handler< Iterator >::iters |
Definition at line 98 of file error_handler.hpp.
| Iterator SDDS::error_handler< Iterator >::last |
Definition at line 97 of file error_handler.hpp.
Referenced by error_handler(), get_line(), and operator()().