#include <cxxgrp.h>
|
| cxx_group () |
|
| cxx_group (const std::string &__gr_name) |
|
| cxx_group (const std::string &__gr_name, const std::string &__gr_passwd, gid_t __gr_gid, const std::vector< std::string > &__gr_mem) |
|
| cxx_group (const std::string &__gr_name, const std::string &__gr_passwd, gid_t __gr_gid, char **__gr_mem) |
|
Definition at line 36 of file cxxgrp.h.
rostlab::cxx_group::cxx_group |
( |
) | |
|
|
inline |
rostlab::cxx_group::cxx_group |
( |
const std::string & |
__gr_name) | |
|
|
inline |
rostlab::cxx_group::cxx_group |
( |
const std::string & |
__gr_name, |
|
|
const std::string & |
__gr_passwd, |
|
|
gid_t |
__gr_gid, |
|
|
const std::vector< std::string > & |
__gr_mem |
|
) |
| |
|
inline |
rostlab::cxx_group::cxx_group |
( |
const std::string & |
__gr_name, |
|
|
const std::string & |
__gr_passwd, |
|
|
gid_t |
__gr_gid, |
|
|
char ** |
__gr_mem |
|
) |
| |
|
inline |
gid_t rostlab::cxx_group::gr_gid |
std::vector<std::string> rostlab::cxx_group::gr_mem |
std::string rostlab::cxx_group::gr_name |
std::string rostlab::cxx_group::gr_passwd |
The documentation for this struct was generated from the following file: