#include <File.h>
Public Member Functions | |
| locked_ifstream (File &file, ios_base::openmode mode=ios_base::in) | |
| ~locked_ifstream () | |
| void | open (File &file, ios_base::openmode mode=ios_base::in) |
| bool | is_open () |
| void | close () |
| std::istream & | operator* () |
Definition at line 165 of file File.h.
| ibrcommon::locked_ifstream::locked_ifstream | ( | File & | file, | |
| ios_base::openmode | mode = ios_base::in | |||
| ) |
| ibrcommon::locked_ifstream::~locked_ifstream | ( | ) |
| void ibrcommon::locked_ifstream::close | ( | ) |
Definition at line 283 of file File.cpp.
References is_open().
Referenced by dtn::core::SimpleBundleStorage::BundleContainer::Holder::getBundle(), and ~locked_ifstream().

| bool ibrcommon::locked_ifstream::is_open | ( | ) |
Definition at line 274 of file File.cpp.
Referenced by close(), and operator*().
| void ibrcommon::locked_ifstream::open | ( | File & | file, | |
| ios_base::openmode | mode = ios_base::in | |||
| ) |
Definition at line 259 of file File.cpp.
References ibrcommon::File::getPath().

| std::istream & ibrcommon::locked_ifstream::operator* | ( | ) |
1.7.1