suanPan
ExpressionParser.cpp File Reference
Include dependency graph for ExpressionParser.cpp:

Functions

int check_file (string &expression)
 
void new_simplescalar (unique_ptr< Expression > &return_obj, istringstream &command)
 
void new_simplevector (unique_ptr< Expression > &return_obj, istringstream &command)
 
int create_new_expression (const shared_ptr< DomainBase > &domain, istringstream &command)
 

Function Documentation

◆ check_file()

int check_file ( string &  expression)
Here is the caller graph for this function:

◆ create_new_expression()

int create_new_expression ( const shared_ptr< DomainBase > &  domain,
istringstream &  command 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ new_simplescalar()

void new_simplescalar ( unique_ptr< Expression > &  return_obj,
istringstream &  command 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ new_simplevector()

void new_simplevector ( unique_ptr< Expression > &  return_obj,
istringstream &  command 
)
Here is the call graph for this function:
Here is the caller graph for this function: