iceoryx_doc
1.0.1
|
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_t > | getGroupName (gid_t f_id) |