libutap
0.93
Uppaal Timed Automata Parser
|
#include <position.h>
Public Member Functions | |
line_t (uint32_t pos, uint32_t offs, uint32_t l, std::string p) | |
Public Attributes | |
uint32_t | position |
uint32_t | offset |
uint32_t | line |
std::string | path |
Definition at line 64 of file position.h.
|
inline |
Definition at line 70 of file position.h.
uint32_t UTAP::Positions::line_t::line |
Definition at line 68 of file position.h.
Referenced by operator<<().
uint32_t UTAP::Positions::line_t::offset |
Definition at line 67 of file position.h.
std::string UTAP::Positions::line_t::path |
Definition at line 69 of file position.h.
Referenced by operator<<().
uint32_t UTAP::Positions::line_t::position |
Definition at line 66 of file position.h.
Referenced by operator<<().