Fabcoin Core
0.16.2
P2P Digital Currency
|
This is the complete list of members for dev::IpcServerBase< S >, including all inherited members.
CloseConnection(S _socket)=0 | dev::IpcServerBase< S > | protectedpure virtual |
GenerateResponse(S _connection) | dev::IpcServerBase< S > | protected |
IpcServerBase(std::string const &_path) | dev::IpcServerBase< S > | |
Listen()=0 | dev::IpcServerBase< S > | protectedpure virtual |
m_listeningThread | dev::IpcServerBase< S > | protected |
m_path | dev::IpcServerBase< S > | protected |
m_running | dev::IpcServerBase< S > | protected |
m_sockets | dev::IpcServerBase< S > | protected |
Read(S _connection, void *_data, size_t _size)=0 | dev::IpcServerBase< S > | protectedpure virtual |
SendResponse(std::string const &_response, void *_addInfo=nullptr) | dev::IpcServerBase< S > | virtual |
StartListening() | dev::IpcServerBase< S > | virtual |
StopListening() | dev::IpcServerBase< S > | virtual |
Write(S _connection, std::string const &_data)=0 | dev::IpcServerBase< S > | protectedpure virtual |
x_sockets | dev::IpcServerBase< S > | protected |