PIPS
mytest Struct Reference

type of a test, the same as the "normal" test except that the More...

+ Collaboration diagram for mytest:

Data Fields

Psysteme test
 
instruction true
 
instruction false
 
struct mytestsucc
 

Detailed Description

type of a test, the same as the "normal" test except that the

condition field is not an expression but a Psysteme.

Definition at line 146 of file cell.c.

Field Documentation

◆ false

instruction mytest::false

Definition at line 149 of file cell.c.

Referenced by create_mytest().

◆ succ

struct mytest* mytest::succ

◆ test

Psysteme mytest::test

Definition at line 147 of file cell.c.

Referenced by create_mytest(), and fprint_mytest().

◆ true

instruction mytest::true

Definition at line 148 of file cell.c.

Referenced by create_mytest(), and fprint_mytest().


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