mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-14 16:18:48 -05:00
search spy
This commit is contained in:
parent
54ee6509d1
commit
41251fdd9e
6 changed files with 26 additions and 5 deletions
|
|
@ -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) ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue