23 #ifndef __ccxx_StreamPipe_hxx 24 #define __ccxx_StreamPipe_hxx 60 void connect(
const String& path);
67 {
return(_connected); }
90 #ifdef CCXX_OS_WINDOWS 99 #endif // __ccxx_StreamPipe_hxx
IOMode
Stream I/O modes.
Definition: Stream.h++:36
An unbuffered I/O stream.
Definition: Stream.h++:60
bool isConnected() const
Determine if the pipe is connected.
Definition: StreamPipe.h++:66
int FileHandle
Definition: Common.h++:225
Read/write mode.
Definition: Stream.h++:42
#define COMMONCPP_API
Definition: Common.h++:126
A flexible, reference counted, copy-on-write, thread-safe, nullable string.
Definition: String.h++:50
A server (listening) pipe for StreamPipe connections.
Definition: ServerStreamPipe.h++:39
#define CCXX_COPY_DECLS(CLASS)
Inlines declarations of a copy constructor and assignment operator for the class CLASS.
Definition: Common.h++:295
A full-duplex stream pipe.
Definition: StreamPipe.h++:42
Definition: AllocationMap.c++:25