Qore Programming Language Reference Manual
0.9.10
ql_pwd.dox.h
1
3
namespace
Qore
{
83
@{
85
106
*
hash
getgrgid(softint gid);
107
109
132
hash
getgrgid2(softint gid);
133
135
156
*
hash
getgrnam(
string
name);
157
159
182
hash
getgrnam2(
string
name);
183
185
206
hash
getpwnam(
string
name);
207
209
232
hash
getpwnam2(
string
name);
233
235
242
nothing getpwuid();
243
245
266
*
hash
getpwuid(softint uid);
267
269
292
hash
getpwuid2(softint uid);
293
295
}
296
298
namespace
Qore
{
304
320
string
getusername();
321
323
}
Qore::hash
hash< auto > hash(object obj)
Returns a hash of an object's members.
Qore
main Qore-language namespace
Definition:
Pseudo_QC_All.dox.h:3