#ifdef STATISTICS #ifndef morpheo_behavioural_Stat_type_h #define morpheo_behavioural_Stat_type_h #include #include #include namespace morpheo { namespace behavioural { typedef enum{TYPE_VARIABLE, TYPE_COUNTER} counter_type_t; typedef double counter_t ; typedef enum{add, sub, mul, div, inc, dec} operator_t; //typedef std::pair pair_operator_string_t; //typedef std::pair pair_string_operator_t; }; }; #endif #endif