iceoryx_doc  1.0.1
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 (gid_t f_id)
 
 PosixGroup (string_t f_name)
 
bool operator== (const PosixGroup &other) const
 
string_t getName () const
 
gid_t getID () const
 
bool doesExist () const
 

Static Public Member Functions

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

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