|
iceoryx_hoofs 2.0.6
|
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_t > | getGroupName (gid_t f_id) noexcept |