18 #ifndef _DECAF_IO_FILEDESCRIPTOR_H_ 19 #define _DECAF_IO_FILEDESCRIPTOR_H_ static FileDescriptor err
A handle to the standard error stream.
Definition: FileDescriptor.h:51
static FileDescriptor out
A handle to the standard output stream.
Definition: FileDescriptor.h:45
This class servers as an opaque wrapper around an underlying OS level resource that can be used as a ...
Definition: FileDescriptor.h:32
bool readonly
Definition: FileDescriptor.h:56
#define DECAF_API
Definition: Config.h:29
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements...
Definition: AprPool.h:25
static FileDescriptor in
A handle to the standard input stream.
Definition: FileDescriptor.h:39
long descriptor
Definition: FileDescriptor.h:55