| 
    libutap
    0.93
    
   Uppaal Timed Automata Parser 
   | 
 
#include <position.h>

Public Member Functions | |
| error_t (Positions::line_t s, Positions::line_t e, position_t pos, std::string msg, std::string ctx="") | |
Public Attributes | |
| Positions::line_t | start | 
| Positions::line_t | end | 
| position_t | position | 
| const std::string | message | 
| const std::string | context | 
Definition at line 94 of file position.h.
      
  | 
  inline | 
Definition at line 102 of file position.h.
References UTAP::operator<<().

| const std::string UTAP::error_t::context | 
Definition at line 100 of file position.h.
| Positions::line_t UTAP::error_t::end | 
Definition at line 97 of file position.h.
Referenced by operator<<().
| const std::string UTAP::error_t::message | 
Definition at line 99 of file position.h.
Referenced by operator<<().
| position_t UTAP::error_t::position | 
Definition at line 98 of file position.h.
Referenced by operator<<().
| Positions::line_t UTAP::error_t::start | 
Definition at line 96 of file position.h.
Referenced by operator<<().