#include <File.h>
Public Member Functions | |
| locked_fstream () | |
| locked_fstream (File &file, ios_base::openmode mode=ios_base::in|ios_base::out) | |
| ~locked_fstream () | |
| void | open (File &file, ios_base::openmode mode=ios_base::in|ios_base::out) |
| bool | is_open () |
| void | close () |
| std::iostream & | operator* () |
Definition at line 209 of file File.h.
| ibrcommon::locked_fstream::locked_fstream | ( | File & | file, | |
| ios_base::openmode | mode = ios_base::in | ios_base::out | |||
| ) |
| ibrcommon::locked_fstream::~locked_fstream | ( | ) |
| void ibrcommon::locked_fstream::close | ( | ) |
Definition at line 426 of file File.cpp.
References is_open().
Referenced by ibrcommon::TmpFileBLOB::clear(), ibrcommon::TmpFileBLOB::close(), ibrcommon::FileBLOB::close(), and ~locked_fstream().

| bool ibrcommon::locked_fstream::is_open | ( | ) |
Definition at line 417 of file File.cpp.
Referenced by ibrcommon::TmpFileBLOB::clear(), close(), ibrcommon::TmpFileBLOB::open(), ibrcommon::FileBLOB::open(), and operator*().
| void ibrcommon::locked_fstream::open | ( | File & | file, | |
| ios_base::openmode | mode = ios_base::in | ios_base::out | |||
| ) |
Definition at line 397 of file File.cpp.
References ibrcommon::File::getPath().
Referenced by ibrcommon::TmpFileBLOB::clear(), ibrcommon::TmpFileBLOB::open(), and ibrcommon::FileBLOB::open().

| std::iostream & ibrcommon::locked_fstream::operator* | ( | ) |
1.7.1