libutap  0.93
Uppaal Timed Automata Parser
UTAP::variable_t Struct Reference

Base type for variables, clocks, etc. More...

#include <system.h>

Collaboration diagram for UTAP::variable_t:

Public Member Functions

std::string toString () const
 

Public Attributes

symbol_t uid
 The symbol of the variables. More...
 
expression_t expr
 The initialiser. More...
 

Detailed Description

Base type for variables, clocks, etc.

The user data of the corresponding symbol_t points to this structure, i.e. v.uid.getData() is a pointer to v.

Definition at line 43 of file system.h.

Member Function Documentation

◆ toString()

string variable_t::toString ( ) const

Definition at line 105 of file system.cpp.

Referenced by UTAP::function_t::function_t(), UTAP::cut_t::toString(), and UTAP::simregion_t::~simregion_t().

Here is the caller graph for this function:

Member Data Documentation

◆ expr

◆ uid


The documentation for this struct was generated from the following files: