|
IBR-DTNSuite 0.6
|
#include <File.h>

Public Member Functions | |
| locked_ofstream () | |
| 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 () |
| ibrcommon::locked_ofstream::locked_ofstream | ( | File & | file, |
| ios_base::openmode | mode = ios_base::out |
||
| ) |
| void ibrcommon::locked_ofstream::close | ( | ) |
Definition at line 439 of file File.cpp.
References ibrcommon::locked_fstreambuf::close().

| bool ibrcommon::locked_ofstream::is_open | ( | ) |
Definition at line 434 of file File.cpp.
References ibrcommon::locked_fstreambuf::is_open().

| void ibrcommon::locked_ofstream::open | ( | File & | file, |
| ios_base::openmode | mode = ios_base::out |
||
| ) |
Definition at line 429 of file File.cpp.
References ibrcommon::locked_fstreambuf::open().
