|
IBR-DTNSuite 0.6
|
#include <Node.h>
Public Member Functions | |
| Attribute (const Type t, const std::string &name, const std::string &value, const size_t timeout=0) | |
| ~Attribute () | |
| bool | operator< (const Attribute &other) const |
| bool | operator== (const Attribute &other) const |
| bool | operator== (const std::string &name) const |
Public Attributes | |
| const Type | type |
| const std::string | name |
| const std::string | value |
| const size_t | expire |
Friends | |
| std::ostream & | operator<< (std::ostream &, const Node::Attribute &) |
| dtn::core::Node::Attribute::Attribute | ( | const Type | t, |
| const std::string & | name, | ||
| const std::string & | value, | ||
| const size_t | timeout = 0 |
||
| ) |
| bool dtn::core::Node::Attribute::operator< | ( | const Attribute & | other | ) | const |
| bool dtn::core::Node::Attribute::operator== | ( | const std::string & | name | ) | const |
| bool dtn::core::Node::Attribute::operator== | ( | const Attribute & | other | ) | const |
| std::ostream& operator<< | ( | std::ostream & | stream, |
| const Node::Attribute & | a | ||
| ) | [friend] |
| const size_t dtn::core::Node::Attribute::expire |
Definition at line 81 of file Node.h.
Referenced by dtn::core::Node::expire(), and dtn::core::operator<<().
| const std::string dtn::core::Node::Attribute::name |
Definition at line 79 of file Node.h.
Referenced by operator<(), dtn::core::operator<<(), and operator==().
Definition at line 78 of file Node.h.
Referenced by operator<(), dtn::core::operator<<(), and operator==().
| const std::string dtn::core::Node::Attribute::value |
Definition at line 80 of file Node.h.
Referenced by dtn::core::operator<<().