OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
#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.
|
inline |
Definition at line 35 of file error_handler.hpp.
|
inline |
Definition at line 87 of file error_handler.hpp.
References SDDS::error_handler< Iterator >::last.
Referenced by SDDS::error_handler< Iterator >::operator()().
|
inline |
Definition at line 61 of file error_handler.hpp.
References SDDS::error_handler< Iterator >::first.
Referenced by SDDS::error_handler< Iterator >::operator()().
|
inline |
Definition at line 39 of file error_handler.hpp.
References endl(), SDDS::error_handler< Iterator >::get_line(), SDDS::error_handler< Iterator >::get_pos(), and SDDS::error_handler< Iterator >::last.
Iterator SDDS::error_handler< Iterator >::first |
Definition at line 96 of file error_handler.hpp.
Referenced by SDDS::error_handler< Iterator >::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 SDDS::error_handler< Iterator >::get_line(), and SDDS::error_handler< Iterator >::operator()().