hash< auto > hash(object obj)
Returns a hash of an object's members.
string getusername()
returns the current username
main Qore-language namespace
Definition: Pseudo_QC_All.dox.h:3
*hash getgrnam(string name)
Returns a group information hash representing the group information for the group name passed,...
hash getpwnam2(string name)
Returns a password information hash representing the user information for the user name passed,...
hash getpwnam(string name)
Returns a password information hash representing the user information for the user name passed,...
hash getpwuid2(softint uid)
Returns a password information hash representing the user information for the user ID passed,...
hash getgrgid2(softint gid)
Returns a group information hash representing the group information for the group ID passed,...
nothing getpwuid()
This function variant does nothing at all; it is only included for backwards-compatibility with qore ...
hash getgrnam2(string name)
Returns a group information hash representing the group information for the group name passed,...
*hash getgrgid(softint gid)
Returns a group information hash representing the group information for the group ID passed,...