95 if (userNames != NULL)
std::vector< std::string > StringList
Typedef for a vector of std::string.
bool StringList_AddString(StringList *stringList, const char *string)
Add a string to the given string list.
Represents a user with a name.
const char * Name
The name of the user.
Represents a list of users. Call UserList_Initialize() to start and UserList_Clear() to release all r...
User ** users
Array of pointers to User objects.
size_t users_count
Number of pointers in the users list.