![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
Namespace for cbe::Container specific delegate interfaces. More...
Classes | |
class | MoveDelegate |
class | RemoveDelegate |
class | RemoveSuccess |
Convenience type that bundles all parameters passed to method cbe::delegate::container::RemoveDelegate::onRemoveSuccess. More... | |
class | RenameDelegate |
Typedefs | |
using | MoveDelegatePtr = std::shared_ptr< MoveDelegate > |
using | RemoveDelegatePtr = std::shared_ptr< RemoveDelegate > |
using | RenameDelegatePtr = std::shared_ptr< RenameDelegate > |
Namespace for cbe::Container specific delegate interfaces.
using cbe::delegate::container::MoveDelegatePtr = typedef std::shared_ptr<MoveDelegate> |
Pointer to MoveDelegate that is passed into: Container::move( void move(cbe::ContainerId,MoveDelegatePtr).
using cbe::delegate::container::RemoveDelegatePtr = typedef std::shared_ptr<RemoveDelegate> |
Pointer to RemoveDelegate that is passed into:
using cbe::delegate::container::RenameDelegatePtr = typedef std::shared_ptr<RenameDelegate> |
Pointer to RenameDelegate that is passed into: Container::rename(const std::string&,RenameDelegatePtr).