|
| GingaUser (int userId, string userName, string passwd) |
|
int | getUserId () |
|
string | getUserName () |
|
int | getUserAge () |
|
string | getUserLocation () |
|
char | getUserGenre () |
|
bool | isValidPassword (string passwd) |
|
bool | setPassword (string oldPasswd, string newPasswd) |
|
void | setUserName (string passwd, string userName) |
|
void | setUserAge (string passwd, int userAge) |
|
void | setUserLocation (string passwd, string userLocation) |
|
void | setUserGenre (string passwd, char userGenre) |
|
void | saveTo (FILE *fd) |
|
|
static void | saveString (FILE *fd, string bytesToSave) |
|
The documentation for this class was generated from the following files:
- gingacc-contextmanager/include/contextmanager/user/GingaUser.h
- gingacc-contextmanager/src/user/GingaUser.cpp