Bincimap 2.0.16
Easy Imapping
Loading...
Searching...
No Matches
Data Structures | Public Member Functions | Protected Member Functions
SearchOperator Class Reference

#include <operators.h>

Data Structures

class  SearchNode
 

Public Member Functions

ProcessResult process (Depot &, Request &)
 
virtual ParseResult parse (Request &) const
 
const std::string getName (void) const
 
int getState (void) const
 
 SearchOperator (void)
 
 ~SearchOperator (void)
 
- Public Member Functions inherited from Operator
virtual ProcessResult process (Depot &, Request &)=0
 
virtual ParseResult parse (Request &) const =0
 
virtual int getState (void) const =0
 
virtual const std::string getName (void) const =0
 
virtual ~Operator (void)
 

Protected Member Functions

ParseResult expectSearchKey (BincImapParserSearchKey &s_in) const
 

Additional Inherited Members

- Public Types inherited from Operator
enum  ProcessResult { OK , BAD , NO , NOTHING , ABORT }
 
enum  ParseResult { ACCEPT , REJECT , ERROR , TIMEOUT }
 

Detailed Description

Definition at line 319 of file operators.h.

Constructor & Destructor Documentation

◆ SearchOperator()

SearchOperator ( void  )

Definition at line 454 of file operator-search.cc.

◆ ~SearchOperator()

~SearchOperator ( void  )

Definition at line 459 of file operator-search.cc.

Member Function Documentation

◆ expectSearchKey()

Operator::ParseResult expectSearchKey ( BincImapParserSearchKey s_in) const
protected

Definition at line 581 of file operator-search.cc.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ getName()

const string getName ( void  ) const
virtual

Implements Operator.

Definition at line 464 of file operator-search.cc.

◆ getState()

int getState ( void  ) const
virtual

Implements Operator.

Definition at line 470 of file operator-search.cc.

◆ parse()

Operator::ParseResult parse ( Request c_in) const
virtual

Implements Operator.

Definition at line 518 of file operator-search.cc.

Here is the call graph for this function:

◆ process()

Operator::ProcessResult process ( Depot depot,
Request command 
)
virtual

Implements Operator.

Definition at line 476 of file operator-search.cc.

Here is the call graph for this function:

The documentation for this class was generated from the following files: