This is the complete list of members for
megatree::Storage, including all inherited members.
get(const boost::filesystem::path &path, ByteVec &result) | megatree::Storage | [inline, virtual] |
getAsync(const boost::filesystem::path &path, GetCallback callback)=0 | megatree::Storage | [pure virtual] |
getBatch(const std::vector< boost::filesystem::path > &paths, std::vector< ByteVec > &results) | megatree::Storage | [inline, virtual] |
GetCallback typedef | megatree::Storage | |
getDataCb(boost::condition &get_condition, unsigned &remaining, const ByteVec &data_in, ByteVec &data) | megatree::Storage | [inline, private] |
getType()=0 | megatree::Storage | [pure virtual] |
put(const boost::filesystem::path &path, const ByteVec &data) | megatree::Storage | [inline, virtual] |
putAsync(const boost::filesystem::path &path, const ByteVec &data, PutCallback callback)=0 | megatree::Storage | [pure virtual] |
putBatch(const std::vector< boost::filesystem::path > &paths, std::vector< ByteVec > &data) | megatree::Storage | [inline, virtual] |
PutCallback typedef | megatree::Storage | |
putDataCb(boost::condition &put_condition, unsigned &remaining) | megatree::Storage | [inline, private] |
Storage() | megatree::Storage | [inline, protected] |
~Storage() | megatree::Storage | [inline, virtual] |