IBR-DTNSuite
0.10
|
#include <BundleString.h>
Public Member Functions | |
BundleString (const std::string &value) | |
BundleString () | |
virtual | ~BundleString () |
Length | getLength () const |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const BundleString &bstring) |
std::istream & | operator>> (std::istream &stream, BundleString &bstring) |
Definition at line 32 of file BundleString.h.
dtn::data::BundleString::BundleString | ( | const std::string & | value | ) |
Definition at line 31 of file BundleString.cpp.
dtn::data::BundleString::BundleString | ( | ) |
Definition at line 36 of file BundleString.cpp.
|
virtual |
Definition at line 40 of file BundleString.cpp.
Length dtn::data::BundleString::getLength | ( | ) | const |
This method returns the length of the full encoded bundle string.
Definition at line 44 of file BundleString.cpp.
References dtn::data::SDNV< E >::getLength().
Referenced by dtn::net::DiscoveryService::getLength(), and dtn::data::SeparateSerializer::getLength().
|
friend |
Definition at line 50 of file BundleString.cpp.
|
friend |
Definition at line 58 of file BundleString.cpp.