#include <cull_list.h>
Collaboration diagram for CullItem:
Public Member Functions | |
CullItem (userrec *u, std::string r) | |
Constrcutor. | |
userrec * | GetUser () |
Returns a pointer to the user. | |
std::string | GetReason () |
Returns the user's quit reason. | |
Private Attributes | |
userrec * | user |
Holds a pointer to the user, must be valid and can be a local or remote user. | |
std::string | reason |
Holds the quit reason to use for this user. |
Definition at line 36 of file cull_list.h.
|
Constrcutor. Initializes the CullItem with a user pointer and their quit reason
|
|
Returns the user's quit reason.
|
|
Returns a pointer to the user.
|
|
Holds the quit reason to use for this user.
Definition at line 45 of file cull_list.h. |
|
Holds a pointer to the user, must be valid and can be a local or remote user.
Definition at line 42 of file cull_list.h. |