Public Member Functions | |
| void | clear () |
| void | getHomeDir (string &userName, string &out) |
| const string * | getHomeDir (string &userName) |
| HomeDir () | |
| int | load () |
| ~HomeDir () | |
Private Attributes | |
| HashMap< string, string * > | data |
| int | loaded |
| time_t | timestamp |
|
|
Class constructor. |
|
|
Destroy th object. |
|
|
Clear the used memory. |
|
||||||||||||
|
Get the home directory for a specified user and write it directly to the supplied buffer.
|
|
|
Get the home directory for a specified user.
|
|
|
Load the internal buffer. |
|
|
|
|
|
|
|
|
|
1.3.9.1