#include <operator.h>
Public Member Functions | |
ModuleEffect (string _name, vector< EffCond > ecs_start, vector< EffCond > ecs_overall, vector< EffCond > ecs_end) | |
ModuleEffect (string _name) | |
Public Attributes | |
vector< EffCond > | effect_conds_end |
vector< EffCond > | effect_conds_overall |
vector< EffCond > | effect_conds_start |
string | name |
Definition at line 68 of file preprocess/operator.h.
Operator::ModuleEffect::ModuleEffect | ( | string | _name, |
vector< EffCond > | ecs_start, | ||
vector< EffCond > | ecs_overall, | ||
vector< EffCond > | ecs_end | ||
) | [inline] |
Definition at line 74 of file preprocess/operator.h.
Operator::ModuleEffect::ModuleEffect | ( | string | _name | ) | [inline] |
Definition at line 81 of file preprocess/operator.h.
Definition at line 73 of file preprocess/operator.h.
Definition at line 72 of file preprocess/operator.h.
Definition at line 71 of file preprocess/operator.h.
string Operator::ModuleEffect::name |
Definition at line 70 of file preprocess/operator.h.