iceoryx_doc  1.0.1
Public Types | Public Member Functions | Static Public Member Functions | List of all members
iox::posix::PosixUser Class Reference

Public Types

using groupVector_t = cxx::vector< PosixGroup, MaxNumberOfGroups >
 
using string_t = cxx::string< 100 >
 

Public Member Functions

 PosixUser (uid_t f_id)
 
 PosixUser (const string_t &f_name)
 
groupVector_t getGroups () const
 
string_t getName () const
 
uid_t getID () const
 
bool doesExist () const
 

Static Public Member Functions

static PosixUser getUserOfCurrentProcess ()
 
static cxx::optional< uid_t > getUserID (const string_t &f_name)
 
static cxx::optional< string_tgetUserName (uid_t f_id)
 

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