1 #ifndef CBE__delegate__ListGroupsDelegate_h__
2 #define CBE__delegate__ListGroupsDelegate_h__
4 #include "cbe/QueryResult.h"
7 #include "cbe/delegate/Error.h"
9 #include "cbe/util/Context.h"
10 #include "cbe/util/ErrorInfo.h"
11 #include "cbe/util/Exception.h"
25 using Groups = std::vector<cbe::Group>;
26 using Success = Groups;
Definition: ListGroupsDelegate.h:23
virtual void onListGroupsError(delegate::Error &&error, cbe::util::Context &&context)=0
virtual void onListGroupsSuccess(Groups &&groups)=0
std::shared_ptr< ListGroupsDelegate > ListGroupsDelegatePtr
Definition: ListGroupsDelegate.h:64
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22
Definition: ListGroupsDelegate.h:42
Definition: ErrorInfo.h:27
Definition: Exception.h:38