 |
C++
1.4.6
CloudBackend Software Development Kit - SDK API for C++
|
6 #ifndef INCLUDE_CBE_GROUP_QUERY_H_
7 #define INCLUDE_CBE_GROUP_QUERY_H_
13 #include "CBE/Types.h"
14 #include "CBE/GroupFilter.h"
58 std::vector< std::pair<uint64_t, uint64_t> > _loadedPages;
64 #endif // INCLUDE_CBE_GROUPQUERY_H_
virtual uint64_t totalCount()
total Groups in the cloud matching the query result. This may be more than loaded.
bool containsGroup(uint64_t groupId)
Definition: GroupManager.h:15
Definition: GroupFilter.h:17
Definition: CloudBackend.h:26
std::vector< CBE::GroupPtr > groups
Definition: GroupQuery.h:50
virtual uint64_t GroupsLoaded()
groups loaded in the queryResult.
Definition: GroupQuery.h:18
virtual std::vector< CBE::GroupPtr > getGroupsSnapshot()
virtual CBE::GroupFilter filter() const