1 #ifndef ERROR_HANDLER_MA_PARSE_H
2 #define ERROR_HANDLER_MA_PARSE_H
4 #include "ErrorHandler/MessageAnalyzer/ma_types.h"
7 namespace errorhandler {
10 class ma_cond_test_expr;
12 bool parse_condition_expr ( std::string
const & s
15 bool parse_condition_test ( std::string
const & s
16 , ma_cond_test_expr & expr );