SDK  2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
cbe::delegate::container Namespace Reference

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 >
 

Detailed Description

Namespace for cbe::Container specific delegate interfaces.

Typedef Documentation

◆ MoveDelegatePtr

using cbe::delegate::container::MoveDelegatePtr = typedef std::shared_ptr<MoveDelegate>

Pointer to MoveDelegate that is passed into: Container::move( void move(cbe::ContainerId,MoveDelegatePtr).

◆ RemoveDelegatePtr

◆ RenameDelegatePtr