#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.
◆ cxx_group() [1/4]
rostlab::cxx_group::cxx_group |
( |
| ) |
|
|
inline |
◆ cxx_group() [2/4]
rostlab::cxx_group::cxx_group |
( |
const std::string & |
__gr_name | ) |
|
|
inline |
◆ cxx_group() [3/4]
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 |
◆ cxx_group() [4/4]
rostlab::cxx_group::cxx_group |
( |
const std::string & |
__gr_name, |
|
|
const std::string & |
__gr_passwd, |
|
|
gid_t |
__gr_gid, |
|
|
char ** |
__gr_mem |
|
) |
| |
|
inline |
◆ gr_gid
gid_t rostlab::cxx_group::gr_gid |
◆ gr_mem
std::vector<std::string> rostlab::cxx_group::gr_mem |
◆ gr_name
std::string rostlab::cxx_group::gr_name |
◆ gr_passwd
std::string rostlab::cxx_group::gr_passwd |
The documentation for this struct was generated from the following file: