Inheritance diagram for Ux::System:
Definition at line 30 of file uxsystem.hpp.
Public Member Functions | |
System () | |
Static Public Member Functions | |
size_t | confstr (int name, char *buf, size_t len, long default_val=-1) |
long | sysconf (int name, long default_val=-1) |
void | uname (struct utsname *name) |
group * | getgrgid (gid_t gid) |
void | gethostname (char *name, size_t namelen) |
long | gethostid (void) |
char * | getlogin (void) |
passwd * | getpwuid (uid_t uid) |
|
Definition at line 34 of file uxsystem.hpp. |
|
Calls confstr. Definition at line 25 of file uxsystem.cpp. References errno. |
|
Calls getgrgid. Definition at line 79 of file uxsystem.cpp. References errno, and getgrgid(). |
|
Calls gethostid. Definition at line 45 of file uxsystem.hpp. References gethostid(). |
|
Calls gethostname. Definition at line 43 of file uxsystem.cpp. References errno. |
|
Calls getlogin. Definition at line 91 of file uxsystem.cpp. References errno. |
|
Calls getpwuid. Definition at line 103 of file uxsystem.cpp. References errno, and getpwuid(). |
|
Calls sysconf. Definition at line 52 of file uxsystem.cpp. References errno. |
|
Calls uname. Definition at line 70 of file uxsystem.cpp. References errno. |