#include <ace/OS.h>
#include <ace/Get_Opt.h>
Go to the source code of this file.
Namespaces | |
namespace | coil |
Common Object Interface Layer. | |
Typedefs | |
typedef ACE_Get_Opt | coil::GetOpt |
typedef ::pid_t | coil::pid_t |
Get process ID of the caller process. | |
typedef ACE_utsname | coil::utsname |
Get System information. | |
Functions | |
char * | coil::getenv (const char *name) |
Get environment variable. | |
pid_t | coil::getpid () |
pid_t | coil::getppid () |
Get process ID of the parent process. | |
int | coil::uname (utsname *name) |
Get System information. | |
Variables | |
char * | optarg |
char* optarg |