|
suanPan
|
#include "ExpressionParser.h"#include <Domain/DomainBase.h>#include <Toolbox/Expression.h>#include <Toolbox/utility.h>Functions | |
| int | check_file (std::string &expression) |
| void | new_simplescalar (unique_ptr< Expression > &return_obj, std::istringstream &command) |
| void | new_simplevector (unique_ptr< Expression > &return_obj, std::istringstream &command) |
| int | create_new_expression (const shared_ptr< DomainBase > &domain, std::istringstream &command) |
| int check_file | ( | std::string & | expression | ) |
| int create_new_expression | ( | const shared_ptr< DomainBase > & | domain, |
| std::istringstream & | command | ||
| ) |
| void new_simplescalar | ( | unique_ptr< Expression > & | return_obj, |
| std::istringstream & | command | ||
| ) |
| void new_simplevector | ( | unique_ptr< Expression > & | return_obj, |
| std::istringstream & | command | ||
| ) |