|
IBR-DTNSuite 0.6
|
#include <Node.h>
Public Member Functions | |
| URI (const std::string &uri, const Protocol p) | |
| ~URI () | |
| void | decode (std::string &address, unsigned int &port) const |
| bool | operator< (const URI &other) const |
| bool | operator== (const URI &other) const |
| bool | operator== (const Node::Protocol &p) const |
Public Attributes | |
| const Protocol | protocol |
| const std::string | value |
| dtn::core::Node::URI::URI | ( | const std::string & | uri, |
| const Protocol | p | ||
| ) |
| void dtn::core::Node::URI::decode | ( | std::string & | address, |
| unsigned int & | port | ||
| ) | const |
Definition at line 24 of file Node.cpp.
References dtn::utils::Utils::tokenize().
Referenced by dtn::net::UDPConvergenceLayer::queue(), dtn::net::LOWPANConvergenceLayer::queue(), and dtn::net::TCPConnection::setup().

| bool dtn::core::Node::URI::operator< | ( | const URI & | other | ) | const |
| bool dtn::core::Node::URI::operator== | ( | const URI & | other | ) | const |
| bool dtn::core::Node::URI::operator== | ( | const Node::Protocol & | p | ) | const |
Definition at line 55 of file Node.h.
Referenced by operator<(), and operator==().
| const std::string dtn::core::Node::URI::value |
Definition at line 56 of file Node.h.
Referenced by operator<(), and operator==().