IBR-DTNSuite 0.6

dtn::core::Node::Attribute Class Reference

#include <Node.h>

List of all members.

Public Member Functions

 Attribute (const std::string &name, const std::string &value)
 ~Attribute ()
bool operator< (const Attribute &other) const
bool operator== (const Attribute &other) const
bool operator== (const std::string &name) const

Public Attributes

const std::string name
const std::string value

Detailed Description

Definition at line 66 of file Node.h.


Constructor & Destructor Documentation

dtn::core::Node::Attribute::Attribute ( const std::string &  name,
const std::string &  value 
)

Definition at line 68 of file Node.cpp.

dtn::core::Node::Attribute::~Attribute ( )

Definition at line 73 of file Node.cpp.


Member Function Documentation

bool dtn::core::Node::Attribute::operator< ( const Attribute other) const

Definition at line 77 of file Node.cpp.

References name, and value.

bool dtn::core::Node::Attribute::operator== ( const std::string &  name) const

Definition at line 90 of file Node.cpp.

bool dtn::core::Node::Attribute::operator== ( const Attribute other) const

Definition at line 85 of file Node.cpp.

References name, and value.


Member Data Documentation

Definition at line 72 of file Node.h.

Referenced by operator<(), and operator==().

Definition at line 73 of file Node.h.

Referenced by operator<(), and operator==().


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