This is the complete list of members for ndn::Transport, including all inherited members.
| close()=0 | ndn::Transport | pure virtual |
| connect(boost::asio::io_service &ioService, ReceiveCallback receiveCallback) | ndn::Transport | virtual |
| ErrorCallback typedef | ndn::Transport | |
| isConnected() const noexcept | ndn::Transport | inline |
| isReceiving() const noexcept | ndn::Transport | inline |
| m_ioService | ndn::Transport | protected |
| m_isConnected | ndn::Transport | protected |
| m_isReceiving | ndn::Transport | protected |
| m_receiveCallback | ndn::Transport | protected |
| pause()=0 | ndn::Transport | pure virtual |
| ReceiveCallback typedef | ndn::Transport | |
| resume()=0 | ndn::Transport | pure virtual |
| send(const Block &wire)=0 | ndn::Transport | pure virtual |
| send(const Block &header, const Block &payload)=0 | ndn::Transport | pure virtual |
| ~Transport()=default | ndn::Transport | virtual |