|
uvw
1.14.1
|
Utility class. More...
#include <util.hpp>
Public Member Functions | |
| std::string | username () const noexcept |
| Gets the username. More... | |
| auto | uid () const noexcept |
| Gets the uid. More... | |
| auto | gid () const noexcept |
| Gets the gid. More... | |
| std::string | shell () const noexcept |
| Gets the shell. More... | |
| std::string | homedir () const noexcept |
| Gets the homedir. More... | |
| operator bool () const noexcept | |
| Checks if the instance contains valid data. More... | |
Utility class.
This class can be used to query the subset of the password file entry for the current effective uid (not the real uid).
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
1.8.13