#include <BLOB.h>

Public Member Functions | |
| Reference (BLOB *blob) | |
| Reference (const Reference &ref) | |
| virtual | ~Reference () |
| std::iostream & | operator* () |
| void | enter () |
| void | leave () |
| void | clear () |
| size_t | getSize () const |
Definition at line 49 of file BLOB.h.
| ibrcommon::BLOB::Reference::Reference | ( | BLOB * | blob | ) |
| ibrcommon::BLOB::Reference::Reference | ( | const Reference & | ref | ) |
| ibrcommon::BLOB::Reference::~Reference | ( | ) | [virtual] |
Definition at line 32 of file BLOB.cpp.
References ibrcommon::BLOB::decrement(), and ibrcommon::BLOB::isUnbound().
| std::iostream & ibrcommon::BLOB::Reference::operator* | ( | ) |
| void ibrcommon::BLOB::Reference::enter | ( | ) | [virtual] |
Reimplemented from ibrcommon::Mutex.
Definition at line 52 of file BLOB.cpp.
References ibrcommon::Mutex::enter().
| void ibrcommon::BLOB::Reference::leave | ( | ) | [virtual] |
Reimplemented from ibrcommon::Mutex.
Definition at line 63 of file BLOB.cpp.
References ibrcommon::Mutex::leave().
| void ibrcommon::BLOB::Reference::clear | ( | ) |
Definition at line 81 of file BLOB.cpp.
References ibrcommon::BLOB::clear().
Referenced by dtn::data::PayloadBlock::deserialize(), and dtn::data::ExtensionBlock::deserialize().
| size_t ibrcommon::BLOB::Reference::getSize | ( | ) | const |
Definition at line 76 of file BLOB.cpp.
References ibrcommon::BLOB::getSize().
Referenced by dtn::data::PayloadBlock::getLength(), dtn::data::ExtensionBlock::getLength(), and dtn::net::HTTPConvergenceLayer::queue().
1.5.6