SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include <automaton.h>
Public Types | |
enum | { AUT_OR =0, AUT_AND =1, AUT_NOT =2, AUT_PREDICAT =3, AUT_ONE =4 } |
Public Attributes | |
enum xbt_automaton_exp_label:: { ... } | type |
union { | |
struct { | |
struct xbt_automaton_exp_label * left_exp | |
struct xbt_automaton_exp_label * right_exp | |
} or_and | |
struct xbt_automaton_exp_label * exp_not | |
char * predicat | |
} | u |
enum { ... } xbt_automaton_exp_label::type |
struct xbt_automaton_exp_label* xbt_automaton_exp_label::left_exp |
struct xbt_automaton_exp_label* xbt_automaton_exp_label::right_exp |
struct { ... } xbt_automaton_exp_label::or_and |
struct xbt_automaton_exp_label* xbt_automaton_exp_label::exp_not |
char* xbt_automaton_exp_label::predicat |
union { ... } xbt_automaton_exp_label::u |