#include <cxxpwd.h>
|
| cxx_passwd () |
|
| cxx_passwd (const std::string &__pw_name, const std::string &__pw_passwd, uid_t __pw_uid, gid_t __pw_gid, const std::string &__pw_gecos, const std::string &__pw_dir, const std::string &__pw_shell) |
|
Definition at line 32 of file cxxpwd.h.
◆ cxx_passwd() [1/2]
rostlab::cxx_passwd::cxx_passwd |
( |
| ) |
|
|
inline |
◆ cxx_passwd() [2/2]
rostlab::cxx_passwd::cxx_passwd |
( |
const std::string & |
__pw_name, |
|
|
const std::string & |
__pw_passwd, |
|
|
uid_t |
__pw_uid, |
|
|
gid_t |
__pw_gid, |
|
|
const std::string & |
__pw_gecos, |
|
|
const std::string & |
__pw_dir, |
|
|
const std::string & |
__pw_shell |
|
) |
| |
|
inline |
◆ pw_dir
std::string rostlab::cxx_passwd::pw_dir |
◆ pw_gecos
std::string rostlab::cxx_passwd::pw_gecos |
◆ pw_gid
gid_t rostlab::cxx_passwd::pw_gid |
◆ pw_name
std::string rostlab::cxx_passwd::pw_name |
◆ pw_passwd
std::string rostlab::cxx_passwd::pw_passwd |
◆ pw_shell
std::string rostlab::cxx_passwd::pw_shell |
◆ pw_uid
uid_t rostlab::cxx_passwd::pw_uid |
The documentation for this struct was generated from the following file: