10#include <cosmos/InfoBase.hxx>
11#include <cosmos/string.hxx>
12#include <cosmos/types.hxx>
13#include <cosmos/utils.hxx>
33 GroupID
gid()
const {
return GroupID{m_info.gr_gid}; }
Group Database Information.
SysString passwd() const
Returns the optional encrypted group password.
GroupID gid() const
The groups numerical ID.
SysString name() const
Returns the name associated with the group.
Base class for PasswdInfo and GroupInfo.
std::vector< SysString > SysStringVector
A vector of c-string wrappers.
Wrapper type around a C-style string for use with system APIs.