Evo C++ Library v0.5.1
Public Types | Public Member Functions | List of all members
MemcachedClient::OnStore Struct Reference

#include <evo/async/memcached_client.h>

Inheritance diagram for MemcachedClient::OnStore:
Inheritance graph
[legend]

Detailed Description

Base interface for on_store() event.

Public Types

typedef async::Memcached Memcached
 

Public Member Functions

virtual ~OnStore ()
 
virtual void on_store (const SubString &key, Memcached::StoreResult result)
 

Member Typedef Documentation

◆ Memcached

Constructor & Destructor Documentation

◆ ~OnStore()

virtual ~OnStore ( )
inlinevirtual

Member Function Documentation

◆ on_store()

virtual void on_store ( const SubString key,
Memcached::StoreResult  result 
)
inlinevirtual

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