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 96 of file SystemInfo.h.
| std::string yarp::os::SystemInfo::UserInfo::homeDir |
Definition at line 100 of file SystemInfo.h.
| std::string yarp::os::SystemInfo::UserInfo::realName |
Definition at line 99 of file SystemInfo.h.
| int yarp::os::SystemInfo::UserInfo::userID |
Definition at line 101 of file SystemInfo.h.
| std::string yarp::os::SystemInfo::UserInfo::userName |
Definition at line 98 of file SystemInfo.h.