SOLA
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
minhton::SearchExactAlgorithmInterface Class Referenceabstract
Inheritance diagram for minhton::SearchExactAlgorithmInterface:
minhton::AlgorithmInterface minhton::SearchExactAlgorithmGeneral minhton::MinhtonSearchExactAlgorithm

Public Member Functions

 SearchExactAlgorithmInterface (std::shared_ptr< AccessContainer > access)
 
void process (const MessageVariant &msg) override=0
 
virtual void performSearchExact (const minhton::NodeInfo &destination, std::shared_ptr< MessageSEVariant > query)=0
 
- Public Member Functions inherited from minhton::AlgorithmInterface
 AlgorithmInterface (std::shared_ptr< AccessContainer > access)
 

Static Public Member Functions

static std::vector< minhton::MessageTypegetSupportedMessageTypes ()
 

Additional Inherited Members

- Protected Member Functions inherited from minhton::AlgorithmInterface
void send (const MessageVariant &msg)
 
std::shared_ptr< RoutingInformationgetRoutingInfo () const
 
NodeInfo getSelfNodeInfo () const
 
- Protected Attributes inherited from minhton::AlgorithmInterface
std::shared_ptr< AccessContaineraccess_
 

Member Function Documentation

◆ performSearchExact()

virtual void minhton::SearchExactAlgorithmInterface::performSearchExact ( const minhton::NodeInfo destination,
std::shared_ptr< MessageSEVariant >  query 
)
pure virtual

◆ process()

void minhton::SearchExactAlgorithmInterface::process ( const MessageVariant &  msg)
overridepure virtual

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