libutap
0.93
Uppaal Timed Automata Parser
|
#include <position.h>
Public Member Functions | |
position_t () | |
position_t (uint32_t s, uint32_t e) | |
Public Attributes | |
uint32_t | start |
uint32_t | end |
Definition at line 34 of file position.h.
|
inline |
Definition at line 39 of file position.h.
|
inline |
Definition at line 40 of file position.h.
uint32_t UTAP::position_t::end |
Definition at line 36 of file position.h.
Referenced by UTAP::TimedAutomataSystem::addError(), UTAP::TimedAutomataSystem::addWarning(), and operator<<().
uint32_t UTAP::position_t::start |
Definition at line 36 of file position.h.
Referenced by UTAP::TimedAutomataSystem::addError(), UTAP::TimedAutomataSystem::addWarning(), and operator<<().