Represents a list of users. Call UserList_Initialize() to start and UserList_Clear() to release all resources and restore to empty state. More...
#include <Mediator_UserList.h>
Public Attributes | |
User ** | users |
Array of pointers to User objects. | |
size_t | users_count |
Number of pointers in the users list. | |
size_t | allocated_count |
Size of the allocated users list. | |
Represents a list of users. Call UserList_Initialize() to start and UserList_Clear() to release all resources and restore to empty state.
Definition at line 19 of file Mediator_UserList.h.
size_t allocated_count |
Size of the allocated users
list.
Definition at line 23 of file Mediator_UserList.h.
Referenced by UserList_AddUser(), UserList_Initialize(), and UserList_RemoveUser().
User** users |
Array of pointers to User objects.
Definition at line 21 of file Mediator_UserList.h.
Referenced by UserList_AddUser(), UserList_Clear(), UserList_FindUser(), UserList_Initialize(), UserList_RemoveUser(), Users_FindUser(), and Users_GetAllUsers().
size_t users_count |
Number of pointers in the users
list.
Definition at line 22 of file Mediator_UserList.h.
Referenced by UserList_AddUser(), UserList_Clear(), UserList_FindUser(), UserList_Initialize(), UserList_RemoveUser(), and Users_GetAllUsers().