dcrud  0.0.0
Distributed data and services
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
ICache.hpp File Reference
#include "Status.hpp"
#include <set>
#include <algorithm>
Include dependency graph for ICache.hpp:

Go to the source code of this file.

Data Structures

class  ICache
 

Namespaces

 dcrud
 

Typedefs

typedef bool(* shareablePredicate_t )(const Shareable &shareable)
 
typedef std::set< Shareable * > shareables_t
 
typedef shareables_t::iterator shareablesIter_t