#include <cxxgrp.h>
List of all members.
Public Member Functions |
| 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) |
Public Attributes |
std::string | gr_name |
std::string | gr_passwd |
gid_t | gr_gid |
std::vector< std::string > | gr_mem |
Detailed Description
Definition at line 36 of file cxxgrp.h.
Constructor & Destructor Documentation
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] |
Member Data Documentation
The documentation for this struct was generated from the following file: