#include "oct-group.h"
|
| group (void *p, std::string &msg) |
|
Definition at line 41 of file oct-group.h.
◆ group() [1/3]
octave::sys::group::group |
( |
void |
| ) |
|
|
inline |
◆ group() [2/3]
octave::sys::group::group |
( |
const group & |
gr | ) |
|
|
inline |
◆ group() [3/3]
octave::sys::group::group |
( |
void * |
p, |
|
|
std::string & |
msg |
|
) |
| |
|
private |
◆ endgrent() [1/2]
int octave::sys::group::endgrent |
( |
std::string & |
msg | ) |
|
|
static |
◆ endgrent() [2/2]
int octave::sys::group::endgrent |
( |
void |
| ) |
|
|
static |
◆ getgrent() [1/2]
group octave::sys::group::getgrent |
( |
std::string & |
msg | ) |
|
|
static |
◆ getgrent() [2/2]
group octave::sys::group::getgrent |
( |
void |
| ) |
|
|
static |
◆ getgrgid() [1/2]
group octave::sys::group::getgrgid |
( |
gid_t |
gid | ) |
|
|
static |
◆ getgrgid() [2/2]
group octave::sys::group::getgrgid |
( |
gid_t |
gid, |
|
|
std::string & |
msg |
|
) |
| |
|
static |
◆ getgrnam() [1/2]
group octave::sys::group::getgrnam |
( |
const std::string & |
nm | ) |
|
|
static |
◆ getgrnam() [2/2]
group octave::sys::group::getgrnam |
( |
const std::string & |
nm, |
|
|
std::string & |
msg |
|
) |
| |
|
static |
◆ gid()
gid_t octave::sys::group::gid |
( |
void |
| ) |
const |
◆ mem()
◆ name()
std::string octave::sys::group::name |
( |
void |
| ) |
const |
◆ ok()
bool octave::sys::group::ok |
( |
void |
| ) |
const |
|
inline |
◆ operator bool()
octave::sys::group::operator bool |
( |
| ) |
const |
|
inline |
◆ operator=()
group & octave::sys::group::operator= |
( |
const group & |
gr | ) |
|
|
inline |
◆ passwd()
std::string octave::sys::group::passwd |
( |
void |
| ) |
const |
◆ setgrent() [1/2]
int octave::sys::group::setgrent |
( |
std::string & |
msg | ) |
|
|
static |
◆ setgrent() [2/2]
int octave::sys::group::setgrent |
( |
void |
| ) |
|
|
static |
◆ m_gid
gid_t octave::sys::group::m_gid |
|
private |
◆ m_mem
◆ m_name
std::string octave::sys::group::m_name |
|
private |
◆ m_passwd
std::string octave::sys::group::m_passwd |
|
private |
◆ m_valid
bool octave::sys::group::m_valid |
|
private |
The documentation for this class was generated from the following files: