#include "oct-group.h"
Public Member Functions | |
group () | |
gid_t | gid () const |
string_vector | mem () const |
std::string | name () const |
bool | ok () const |
operator bool () const | |
std::string | passwd () const |
Static Public Member Functions | |
static int | endgrent () |
static int | endgrent (std::string &msg) |
static group | getgrent () |
static group | getgrent (std::string &msg) |
static group | getgrgid (gid_t gid) |
static group | getgrgid (gid_t gid, std::string &msg) |
static group | getgrnam (const std::string &nm) |
static group | getgrnam (const std::string &nm, std::string &msg) |
static int | setgrent () |
static int | setgrent (std::string &msg) |
Definition at line 41 of file oct-group.h.
|
inline |
Definition at line 47 of file oct-group.h.
Referenced by getgrent(), getgrgid(), and getgrnam().
|
static |
Definition at line 172 of file oct-group.cc.
Referenced by endgrent().
|
static |
Definition at line 179 of file oct-group.cc.
References endgrent(), and NOT_SUPPORTED.
|
static |
Definition at line 91 of file oct-group.cc.
Referenced by getgrent().
|
static |
Definition at line 98 of file oct-group.cc.
References group(), getgrent(), and NOT_SUPPORTED.
|
static |
|
static |
Definition at line 117 of file oct-group.cc.
References group(), getgrgid(), gid(), and NOT_SUPPORTED.
|
static |
Definition at line 131 of file oct-group.cc.
Referenced by getgrnam().
|
static |
Definition at line 138 of file oct-group.cc.
References group(), getgrnam(), and NOT_SUPPORTED.
gid_t group::gid | ( | ) | const |
string_vector group::mem | ( | ) | const |
Definition at line 82 of file oct-group.cc.
References ok().
std::string group::name | ( | ) | const |
Definition at line 55 of file oct-group.cc.
References ok().
|
inline |
|
inline |
Definition at line 63 of file oct-group.h.
std::string group::passwd | ( | ) | const |
Definition at line 64 of file oct-group.cc.
References ok().
|
static |
Definition at line 152 of file oct-group.cc.
Referenced by setgrent().
|
static |
Definition at line 159 of file oct-group.cc.
References NOT_SUPPORTED, and setgrent().