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

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

Classes

class  JoinDelegate
 
class  RemoveDelegate
 
class  RemoveSuccess
 Convenience type that bundles all parameters passed to method cbe::delegate::group::RemoveDelegate::onRemoveSuccess. More...
 
class  RenameDelegate
 
class  RenameSuccess
 Convenience type that bundles all parameters passed to method cbe::delegate::group::RenameDelegate::onRenameSuccess. More...
 

Typedefs

using JoinDelegatePtr = std::shared_ptr< JoinDelegate >
 
using RemoveDelegatePtr = std::shared_ptr< RemoveDelegate >
 
using RenameDelegatePtr = std::shared_ptr< RenameDelegate >
 

Detailed Description

Namespace for cbe::Group specific delegate interfaces.

Typedef Documentation

◆ JoinDelegatePtr

using cbe::delegate::group::JoinDelegatePtr = typedef std::shared_ptr<JoinDelegate>

Pointer to JoinDelegate that is passed into: cbe::Group::join()

Note
This is different from the query chain join.

◆ RemoveDelegatePtr

using cbe::delegate::group::RemoveDelegatePtr = typedef std::shared_ptr<RemoveDelegate>

Pointer to RemoveDelegate that is passed into:

◆ RenameDelegatePtr

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

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