Kea 3.1.1
bulk_lease_query.h File Reference
#include <config.h>
#include <blq_msg.h>
#include <boost/enable_shared_from_this.hpp>
#include <functional>
+ Include dependency graph for bulk_lease_query.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isc::lease_query::BulkLeaseQuery
 Base class for providing control flow for processing a bulk query. More...
 

Namespaces

namespace  isc
 Defines the logger used by the top-level component of kea-lfc.
 
namespace  isc::lease_query
 

Typedefs

typedef std::function< void(const BlqPostCbArg &)> isc::lease_query::BlqPostCb
 Type of BLQ post callback.
 
typedef std::function< void()> isc::lease_query::BlqPostCbArg
 Type of BLQ post callback argument..
 
typedef std::function< bool(BlqResponsePtr)> isc::lease_query::BlqPushToSendCb
 Type of BLQ pushToSend callback.
 
typedef std::function< void(Xid)> isc::lease_query::BlqQueryCompleteCb
 Type of BLQ queryComplete callback.
 
typedef boost::shared_ptr< BulkLeaseQueryisc::lease_query::BulkLeaseQueryPtr
 Defines a shared pointer to a BulkLeaseQuery object.