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

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

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

| void ibrcommon::locked_ifstream::open | ( | File & | file, |
| ios_base::openmode | mode = ios_base::in |
||
| ) |
Definition at line 403 of file File.cpp.
References ibrcommon::locked_fstreambuf::open().
