iceoryx_hoofs 2.0.5
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | List of all members
iox::posix::PosixGroup Class Reference

Public Types

using string_t = cxx::string< 100 >
 

Public Member Functions

 PosixGroup (const gid_t f_id) noexcept
 
 PosixGroup (const string_t &f_name) noexcept
 
bool operator== (const PosixGroup &other) const noexcept
 
string_t getName () const noexcept
 
gid_t getID () const noexcept
 
bool doesExist () const noexcept
 

Static Public Member Functions

static PosixGroup getGroupOfCurrentProcess () noexcept
 
static cxx::optional< uid_t > getGroupID (const string_t &f_name) noexcept
 
static cxx::optional< string_tgetGroupName (gid_t f_id) noexcept
 

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