SWC-DB  v0.5.12 C++ documentations
SWC-DB© (Super Wide Column Database) - High Performance Scalable Database (https://github.com/kashirin-alex/swc-db)
Callbacks.h File Reference
+ Include dependency graph for Callbacks.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 SWC
 The SWC-DB C++ namespace 'SWC'.
 
 SWC::FS
 The SWC-DB File-System C++ namespace 'SWC::FS'.
 
 SWC::FS::Callback
 The SWC-DB Callback C++ namespace 'SWC::FS::Callback'.
 

Typedefs

typedef std::function< void(int, bool)> SWC::FS::Callback::ExistsCb_t
 
typedef std::function< void(int)> SWC::FS::Callback::RemoveCb_t
 
typedef std::function< void(int, size_t)> SWC::FS::Callback::LengthCb_t
 
typedef std::function< void(int)> SWC::FS::Callback::MkdirsCb_t
 
typedef std::function< void(int, DirentList &&)> SWC::FS::Callback::ReaddirCb_t
 
typedef std::function< void(int)> SWC::FS::Callback::RmdirCb_t
 
typedef std::function< void(int)> SWC::FS::Callback::RenameCb_t
 
typedef std::function< void(int, StaticBuffer &&)> SWC::FS::Callback::WriteCb_t
 
typedef std::function< void(int, StaticBuffer &&)> SWC::FS::Callback::ReadAllCb_t
 
typedef std::function< void(int, StaticBuffer &&)> SWC::FS::Callback::CombiPreadCb_t
 
typedef std::function< void(int)> SWC::FS::Callback::CreateCb_t
 
typedef std::function< void(int)> SWC::FS::Callback::OpenCb_t
 
typedef std::function< void(int, StaticBuffer &&)> SWC::FS::Callback::ReadCb_t
 
typedef std::function< void(int, StaticBuffer &&)> SWC::FS::Callback::PreadCb_t
 
typedef std::function< void(int, size_t)> SWC::FS::Callback::AppendCb_t
 
typedef std::function< void(int)> SWC::FS::Callback::SeekCb_t
 
typedef std::function< void(int)> SWC::FS::Callback::FlushCb_t
 
typedef std::function< void(int)> SWC::FS::Callback::SyncCb_t
 
typedef std::function< void(int)> SWC::FS::Callback::CloseCb_t