librostlab  1.0.20
 All Classes Namespaces Files Functions Variables Typedefs
Public Member Functions | Public Attributes
rostlab::cxx_passwd Struct Reference

#include <cxxpwd.h>

List of all members.

Public Member Functions

 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)

Public Attributes

std::string pw_name
std::string pw_passwd
uid_t pw_uid
gid_t pw_gid
std::string pw_gecos
std::string pw_dir
std::string pw_shell

Detailed Description

Definition at line 32 of file cxxpwd.h.


Constructor & Destructor Documentation

Definition at line 42 of file cxxpwd.h.

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]

Definition at line 43 of file cxxpwd.h.


Member Data Documentation

Definition at line 39 of file cxxpwd.h.

Definition at line 38 of file cxxpwd.h.

Definition at line 37 of file cxxpwd.h.

Definition at line 34 of file cxxpwd.h.

Definition at line 35 of file cxxpwd.h.

Definition at line 40 of file cxxpwd.h.

Definition at line 36 of file cxxpwd.h.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs