IBR-DTNSuite  0.8
dtn::security::SecurityBlock::TLV Class Reference

#include <SecurityBlock.h>

List of all members.

Public Member Functions

 TLV ()
 TLV (TLV_TYPES type, std::string value)
bool operator< (const TLV &tlv) const
bool operator== (const TLV &tlv) const
const std::string getValue () const
TLV_TYPES getType () const
size_t getLength () const

Friends

std::ostream & operator<< (std::ostream &stream, const TLV &tlv)
std::istream & operator>> (std::istream &stream, TLV &tlv)

Detailed Description

Definition at line 81 of file SecurityBlock.h.


Constructor & Destructor Documentation

Definition at line 84 of file SecurityBlock.h.

dtn::security::SecurityBlock::TLV::TLV ( TLV_TYPES  type,
std::string  value 
) [inline]

Definition at line 85 of file SecurityBlock.h.


Member Function Documentation

Definition at line 115 of file SecurityBlock.cpp.

const std::string dtn::security::SecurityBlock::TLV::getValue ( ) const

Definition at line 105 of file SecurityBlock.cpp.

bool dtn::security::SecurityBlock::TLV::operator< ( const TLV tlv) const

Definition at line 149 of file SecurityBlock.cpp.

bool dtn::security::SecurityBlock::TLV::operator== ( const TLV tlv) const

Definition at line 154 of file SecurityBlock.cpp.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  stream,
const TLV tlv 
) [friend]

Definition at line 159 of file SecurityBlock.cpp.

std::istream& operator>> ( std::istream &  stream,
SecurityBlock::TLV tlv 
) [friend]

Definition at line 166 of file SecurityBlock.cpp.


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