Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members
UserList Class Reference
This class is used to read users into memory. More...
#include <UserList.hpp>
Public Member Functions | |
| UserList () | |
| default constructor | |
| ~UserList () | |
| default destructor | |
| void | addUser (User *u) |
| add the specified user to the list | |
| User * | getUserByName (const char *username) |
| User * | getUserById (const uint userId) |
| vector< User * > | getUsers () |
| void | readUsersFromFile (const char *filename) |
| read all users from the specified file into memory | |
Detailed Description
This class is used to read users into memory.
- Author:
- Klaus Schoeffmann
Definition at line 68 of file UserList.hpp.
Member Function Documentation
|
|
References User::getUserId(). Referenced by ProfileList::readProfilesFromFile().
|
|
|
References User::getUsername().
|
|
|
|
The documentation for this class was generated from the following files: