|
IBR-DTNSuite 0.6
|
#include <BundleString.h>
Public Member Functions | |
| BundleString (std::string value) | |
| BundleString () | |
| virtual | ~BundleString () |
| size_t | getLength () const |
Friends | |
| std::ostream & | operator<< (std::ostream &stream, const BundleString &bstring) |
| std::istream & | operator>> (std::istream &stream, BundleString &bstring) |
Definition at line 17 of file BundleString.h.
| dtn::data::BundleString::BundleString | ( | std::string | value | ) |
Definition at line 16 of file BundleString.cpp.
| dtn::data::BundleString::BundleString | ( | ) |
Definition at line 21 of file BundleString.cpp.
| dtn::data::BundleString::~BundleString | ( | ) | [virtual] |
Definition at line 25 of file BundleString.cpp.
| size_t dtn::data::BundleString::getLength | ( | ) | const |
This method returns the length of the full encoded bundle string.
Definition at line 29 of file BundleString.cpp.
References dtn::data::SDNV::getLength().
Referenced by dtn::data::StatusReportBlock::getLength(), dtn::data::SeparateSerializer::getLength(), dtn::data::CustodySignalBlock::getLength(), dtn::net::DiscoveryService::getLength(), and dtn::net::operator>>().

| std::ostream& operator<< | ( | std::ostream & | stream, |
| const BundleString & | bstring | ||
| ) | [friend] |
Definition at line 35 of file BundleString.cpp.
| std::istream& operator>> | ( | std::istream & | stream, |
| BundleString & | bstring | ||
| ) | [friend] |
Definition at line 43 of file BundleString.cpp.