#include <oct-group.h>
Public Member Functions | |
octave_group (void) | |
octave_group (const octave_group &gr) | |
octave_group & | operator= (const octave_group &gr) |
std::string | name (void) const |
std::string | passwd (void) const |
gid_t | gid (void) const |
string_vector | mem (void) const |
bool | ok (void) const |
operator bool () const | |
Static Public Member Functions | |
static octave_group | getgrent (void) |
static octave_group | getgrent (std::string &msg) |
static octave_group | getgrgid (gid_t gid) |
static octave_group | getgrgid (gid_t gid, std::string &msg) |
static octave_group | getgrnam (const std::string &nm) |
static octave_group | getgrnam (const std::string &nm, std::string &msg) |
static int | setgrent (void) |
static int | setgrent (std::string &msg) |
static int | endgrent (void) |
static int | endgrent (std::string &msg) |
octave_group::octave_group | ( | void | ) | [inline] |
octave_group::octave_group | ( | const octave_group & | gr | ) | [inline] |
int octave_group::endgrent | ( | std::string & | msg | ) | [static] |
int octave_group::endgrent | ( | void | ) | [static] |
octave_group octave_group::getgrent | ( | std::string & | msg | ) | [static] |
octave_group octave_group::getgrent | ( | void | ) | [static] |
octave_group octave_group::getgrgid | ( | gid_t | gid, | |
std::string & | msg | |||
) | [static] |
octave_group octave_group::getgrgid | ( | gid_t | gid | ) | [static] |
octave_group octave_group::getgrnam | ( | const std::string & | nm, | |
std::string & | msg | |||
) | [static] |
octave_group octave_group::getgrnam | ( | const std::string & | nm | ) | [static] |
gid_t octave_group::gid | ( | void | ) | const |
string_vector octave_group::mem | ( | void | ) | const |
std::string octave_group::name | ( | void | ) | const |
bool octave_group::ok | ( | void | ) | const [inline] |
octave_group::operator bool | ( | void | ) | const [inline] |
octave_group& octave_group::operator= | ( | const octave_group & | gr | ) | [inline] |
std::string octave_group::passwd | ( | void | ) | const |
int octave_group::setgrent | ( | std::string & | msg | ) | [static] |
int octave_group::setgrent | ( | void | ) | [static] |