NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::Transport::Error Class Reference

#include <transport.hpp>

Inheritance diagram for ndn::Transport::Error:
Collaboration diagram for ndn::Transport::Error:

Public Member Functions

 Error (const boost::system::error_code &code, const std::string &msg)
 
 Error (const std::string &msg)
 

Detailed Description

Definition at line 42 of file transport.hpp.

Constructor & Destructor Documentation

§ Error() [1/2]

ndn::Transport::Error::Error ( const boost::system::error_code &  code,
const std::string &  msg 
)
inline

Definition at line 122 of file transport.hpp.

§ Error() [2/2]

ndn::Transport::Error::Error ( const std::string &  msg)
inline

Definition at line 128 of file transport.hpp.


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