libutap
0.93
Uppaal Timed Automata Parser
|
#include <cstdlib>
#include <cassert>
#include <vector>
#include <map>
#include <stdexcept>
#include "utap/symbols.h"
#include "utap/expression.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &o, UTAP::symbol_t t) |
std::ostream & | operator<< (std::ostream &o, UTAP::frame_t t) |
std::ostream& operator<< | ( | std::ostream & | o, |
UTAP::symbol_t | t | ||
) |
Definition at line 244 of file symbols.cpp.
References UTAP::symbol_t::getName(), and UTAP::symbol_t::getType().
std::ostream& operator<< | ( | std::ostream & | o, |
UTAP::frame_t | t | ||
) |
Definition at line 493 of file symbols.cpp.
References UTAP::frame_t::getSize().