YARP
Yet Another Robot Platform
yarp::os::SystemInfo::UserInfo Struct Reference

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
 

Detailed Description

The UserInfo struct holds the current user information.

Definition at line 96 of file SystemInfo.h.

Member Data Documentation

◆ homeDir

std::string yarp::os::SystemInfo::UserInfo::homeDir

Definition at line 100 of file SystemInfo.h.

◆ realName

std::string yarp::os::SystemInfo::UserInfo::realName

Definition at line 99 of file SystemInfo.h.

◆ userID

int yarp::os::SystemInfo::UserInfo::userID

Definition at line 101 of file SystemInfo.h.

◆ userName

std::string yarp::os::SystemInfo::UserInfo::userName

Definition at line 98 of file SystemInfo.h.


The documentation for this struct was generated from the following file: