1 #ifndef ERIS_META_QUERY_H 2 #define ERIS_META_QUERY_H 4 #include "BaseConnection.h" 6 #include <wfmath/timestamp.h> 23 MetaQuery(boost::asio::io_service& io_service,
Meta& svr,
const std::string &host,
size_t index);
30 size_t getServerIndex()
const;
35 bool isComplete()
const;
46 void handleTimeout(
const std::string& msg)
override;
48 void onQueryTimeout();
50 void dispatch()
override;
58 boost::asio::deadline_timer m_completeTimer;
67 inline size_t MetaQuery::getServerIndex()
const 72 inline bool MetaQuery::isComplete()
const
Every Eris class and type lives inside the Eris namespace; certain utility functions live in the Util...
Definition: Account.cpp:34
Underlying Atlas connection, providing a send interface, and receive (dispatch) system.
Definition: BaseConnection.h:36