IBR-DTNSuite
0.8
|
#include <DataStorage.h>
Public Member Functions | |
istream (ibrcommon::Mutex &mutex, const ibrcommon::File &file) | |
virtual | ~istream () |
std::istream & | operator* () |
Definition at line 61 of file DataStorage.h.
dtn::storage::DataStorage::istream::istream | ( | ibrcommon::Mutex & | mutex, |
const ibrcommon::File & | file | ||
) |
Definition at line 60 of file DataStorage.cpp.
References ibrcommon::Mutex::enter(), and ibrcommon::File::getPath().
dtn::storage::DataStorage::istream::~istream | ( | ) | [virtual] |
Definition at line 67 of file DataStorage.cpp.
std::istream & dtn::storage::DataStorage::istream::operator* | ( | ) |
Definition at line 76 of file DataStorage.cpp.