libutap
Public Member Functions | Public Attributes | List of all members
UTAP::variable_t Struct Reference

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

#include <system.h>

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.

Member Function Documentation

string variable_t::toString ( ) const

Member Data Documentation

expression_t UTAP::variable_t::expr
symbol_t UTAP::variable_t::uid

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