![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
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 > |
Namespace for cbe::Group specific delegate interfaces.
using cbe::delegate::group::JoinDelegatePtr = typedef std::shared_ptr<JoinDelegate> |
Pointer to JoinDelegate that is passed into: cbe::Group::join()
using cbe::delegate::group::RemoveDelegatePtr = typedef std::shared_ptr<RemoveDelegate> |
Pointer to RemoveDelegate that is passed into:
using cbe::delegate::group::RenameDelegatePtr = typedef std::shared_ptr<RenameDelegate> |
Pointer to RenameDelegate that is passed into: cbe::Group::rename()