libmoost
moost::process::ownership Member List
This is the complete list of members for moost::process::ownership, including all inherited members.
drop_privileges(const std::string &user, const std::string &group="")moost::process::ownership [inline]
get_effective_gid() const moost::process::ownership [inline]
get_effective_group() const moost::process::ownership [inline]
get_effective_uid() const moost::process::ownership [inline]
get_effective_user() const moost::process::ownership [inline]
get_gid() const moost::process::ownership [inline]
get_group() const moost::process::ownership [inline]
get_uid() const moost::process::ownership [inline]
get_user() const moost::process::ownership [inline]
gid_type typedefmoost::process::ownership
is_superuser() const moost::process::ownership [inline]
lookup_gid(gid_type &gid, const std::string &name) const moost::process::ownership [inline]
lookup_group(std::string &name, const gid_type &gid) const moost::process::ownership [inline]
lookup_uid(uid_type &uid, const std::string &name) const moost::process::ownership [inline]
lookup_uid(uid_type &uid, gid_type &gid, const std::string &name) const moost::process::ownership [inline]
lookup_user(std::string &name, const uid_type &uid) const moost::process::ownership [inline]
m_implmoost::process::ownership [private]
set_effective_gid(gid_type gid)moost::process::ownership [inline]
set_effective_group(const std::string &name)moost::process::ownership [inline]
set_effective_uid(uid_type uid)moost::process::ownership [inline]
set_effective_user(const std::string &name)moost::process::ownership [inline]
set_gid(gid_type gid)moost::process::ownership [inline]
set_group(const std::string &name)moost::process::ownership [inline]
set_uid(uid_type uid)moost::process::ownership [inline]
set_user(const std::string &name)moost::process::ownership [inline]
uid_type typedefmoost::process::ownership