#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.
| rostlab::cxx_passwd::cxx_passwd |
( |
| ) |
|
|
inline |
| 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 |
| std::string rostlab::cxx_passwd::pw_dir |
| std::string rostlab::cxx_passwd::pw_gecos |
| gid_t rostlab::cxx_passwd::pw_gid |
| std::string rostlab::cxx_passwd::pw_name |
| std::string rostlab::cxx_passwd::pw_passwd |
| std::string rostlab::cxx_passwd::pw_shell |
| uid_t rostlab::cxx_passwd::pw_uid |
The documentation for this struct was generated from the following file: