|
ACE 8.0.2
|
Namespaces | |
| namespace | ACE_OS |
| This namespace defines an OS independent programming API that shields developers from nonportable aspects of writing efficient system programs on Win32, POSIX and other versions of UNIX, and various real-time operating systems. | |
Macros | |
| #define | ACE_EXPORT_MACRO ACE_Export |
Functions | |
| void | ACE_OS::endpwent () |
| struct passwd * | ACE_OS::getpwent () |
| struct passwd * | ACE_OS::getpwnam (const char *user) |
| int | ACE_OS::getpwnam_r (const char *name, struct passwd *pwd, char *buffer, size_t bufsize, struct passwd **result) |
| void | ACE_OS::setpwent () |
| #define ACE_EXPORT_MACRO ACE_Export |