iox::posix::PosixGroup
Public Types
Public Functions
Public Types Documentation
using string_t
using iox::posix::PosixGroup::string_t = cxx::string<100>;
Public Functions Documentation
function PosixGroup
explicit PosixGroup(
const gid_t f_id
)
function PosixGroup
explicit PosixGroup(
const string_t & f_name
)
function operator==
bool operator==(
const PosixGroup & other
) const
function getName
function getID
function doesExist
function getGroupOfCurrentProcess
static PosixGroup getGroupOfCurrentProcess()
function getGroupID
static cxx::optional< uid_t > getGroupID(
const string_t & f_name
)
function getGroupName
static cxx::optional< string_t > getGroupName(
gid_t f_id
)
Updated on 31 May 2022 at 11:34:55 CEST