The UserInfo struct holds the current user information. More...
#include <yarp/os/SystemInfo.h>
Public Attributes | |
std::string | userName |
std::string | realName |
std::string | homeDir |
int | userID |
The UserInfo struct holds the current user information.
Definition at line 92 of file SystemInfo.h.
std::string yarp::os::SystemInfo::UserInfo::homeDir |
Definition at line 96 of file SystemInfo.h.
std::string yarp::os::SystemInfo::UserInfo::realName |
Definition at line 95 of file SystemInfo.h.
int yarp::os::SystemInfo::UserInfo::userID |
Definition at line 97 of file SystemInfo.h.
std::string yarp::os::SystemInfo::UserInfo::userName |
Definition at line 94 of file SystemInfo.h.