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

Namespace for cbe::Object specific delegate interfaces. More...

Classes

class  MoveDelegate
 
class  RemoveDelegate
 
class  RemoveSuccess
 Convenience type that bundles all parameters passed to method cbe::delegate::object::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::Object specific delegate interfaces.

Typedef Documentation

◆ MoveDelegatePtr

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

Pointer to MoveDelegate that is passed into: cbe::Object::move()

◆ RemoveDelegatePtr

◆ RenameDelegatePtr

using cbe::delegate::object::RenameDelegatePtr = typedef std::shared_ptr<RenameDelegate>

Pointer to RenameDelegate that is passed into: cbe::Object::rename()