search spy

This commit is contained in:
RetroPooh 2017-09-15 15:03:06 +03:00
parent 54ee6509d1
commit 41251fdd9e
6 changed files with 26 additions and 5 deletions

View file

@ -85,7 +85,9 @@ public:
EXPR_SIZE_MB = 8 } token ;
static Expression *toExpr(const LinearizedExpression& e) ;
std::string GetStrings();
private:
static Expression *toExpr(const LinearizedExpression& e,int&,int&,int&) ;
static void readStringExpr(const LinearizedExpression& e,int& n_ints,int& n_strings,std::list<std::string>& strings,bool& b,StringOperator& op) ;