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

Information about a condition. More...

#include <system.h>

Public Member Functions

 condition_t ()
 

Public Attributes

int nr
 Placement in input file. More...
 
int location
 
std::vector< instanceLine_t * > anchors
 Pointer to anchor instance lines. More...
 
expression_t label
 The label. More...
 
bool isInPrechart
 
bool isHot
 

Detailed Description

Information about a condition.

Conditions have an anchor instance lines. The label is stored as an expression.

Constructor & Destructor Documentation

UTAP::condition_t::condition_t ( )
inline

Member Data Documentation

std::vector<instanceLine_t*> UTAP::condition_t::anchors
bool UTAP::condition_t::isHot
bool UTAP::condition_t::isInPrechart
expression_t UTAP::condition_t::label
int UTAP::condition_t::location
int UTAP::condition_t::nr

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