Very Simple Cross-Platform Library
List of all members
hu::varadiistvan::scpl::io::LocalSocket Class Reference

#include <LocalSocket.h>

Inheritance diagram for hu::varadiistvan::scpl::io::LocalSocket:
hu::varadiistvan::scpl::io::BufferedStream hu::varadiistvan::scpl::io::Failable

Additional Inherited Members

- Public Member Functions inherited from hu::varadiistvan::scpl::io::BufferedStream
virtual ~BufferedStream ()
 
ReadingBuffergetReadingBuffer ()
 
WritingBuffergetWritingBuffer ()
 
- Public Member Functions inherited from hu::varadiistvan::scpl::io::Failable
 Failable ()
 
bool failed () const
 
errorCode_t getErrorCode () const
 
void repair ()
 
- Static Public Attributes inherited from hu::varadiistvan::scpl::io::BufferedStream
static const size_t DEFAULT_CAPACITY = 4096
 
- Protected Member Functions inherited from hu::varadiistvan::scpl::io::Failable
void setErrorCode (errorCode_t ec)
 

Detailed Description

A socket that works on a local connection. On Linux, it is a Unix socket, on Windows it is a named pipe.

Definition at line 45 of file LocalSocket.h.


The documentation for this class was generated from the following file: