#include <File.h>
Public Member Functions | |
| locked_ofstream (File &file, ios_base::openmode mode=ios_base::out) | |
| ~locked_ofstream () | |
| void | open (File &file, ios_base::openmode mode=ios_base::out) |
| bool | is_open () |
| void | close () |
| std::ostream & | operator* () |
Definition at line 187 of file File.h.
| ibrcommon::locked_ofstream::locked_ofstream | ( | File & | file, | |
| ios_base::openmode | mode = ios_base::out | |||
| ) |
| ibrcommon::locked_ofstream::~locked_ofstream | ( | ) |
| void ibrcommon::locked_ofstream::close | ( | ) |
Definition at line 351 of file File.cpp.
References is_open().
Referenced by dtn::core::SimpleBundleStorage::BundleContainer::Holder::invokeStore(), and ~locked_ofstream().

| bool ibrcommon::locked_ofstream::is_open | ( | ) |
Definition at line 342 of file File.cpp.
Referenced by close(), dtn::core::SimpleBundleStorage::BundleContainer::Holder::invokeStore(), and operator*().
| void ibrcommon::locked_ofstream::open | ( | File & | file, | |
| ios_base::openmode | mode = ios_base::out | |||
| ) |
Definition at line 322 of file File.cpp.
References ibrcommon::File::getPath().

| std::ostream & ibrcommon::locked_ofstream::operator* | ( | ) |
1.7.1