IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Classes | |
class | ClienServerStreamBase |
Base class for client and server classes with stream-based communication. More... | |
class | ClientServerStreamBase2 |
Base class for named pipe servers and clients, contains common stuff for both. More... | |
class | ClientStreamBase |
Client to the pipe server (classes derived from ClientServerStreamBase2). More... | |
class | NamedPipeClientBase |
Client to the pipe server (classes derived from ClientServerStreamBase2). More... | |
class | NamedPipeServerBase |
Server that creates a named pipe, listens on its input stream, and sends responses to the client. More... | |
class | ServerStreamBase |
Server that creates a named pipe, listens on its input stream, and sends responses to the client. More... | |