General exception for socket related errors. More...
#include <transceiver.hpp>
Public Member Functions | |
| Socket (const int &fd_, const int &erno_) | |
| Sole Constructor. | |
Public Attributes | |
| const int | fd |
| File descriptor of socket. | |
General exception for socket related errors.
Definition at line 312 of file transceiver.hpp.
| Fastcgipp::Exceptions::Socket::Socket | ( | const int & | fd_, |
| const int & | erno_ | ||
| ) | [inline] |
Sole Constructor.
| [in] | fd_ | File descriptor of socket |
| [in] | erno_ | Associated errno |
Definition at line 319 of file transceiver.hpp.
| const int Fastcgipp::Exceptions::Socket::fd |
File descriptor of socket.
Definition at line 321 of file transceiver.hpp.
1.7.2