|
NEST
2.6.0,not_revisioned_source_dir@0
|
#include <fdstream.h>
Public Member Functions | |
| ifdstream () | |
| ifdstream (const char *s, std::ios_base::openmode mode=std::ios_base::in) | |
| ifdstream (int fd) | |
| fdbuf * | rdbuf () const |
| bool | is_open () |
| void | open (const char *s, std::ios_base::openmode mode=std::ios_base::in) |
| void | close () |
Private Attributes | |
| fdbuf | sb |
|
inline |
References sb.
|
inlineexplicit |
|
inlineexplicit |
References sb.
| void ifdstream::close | ( | ) |
References rdbuf().
Referenced by CloseistreamFunction::execute().
|
inline |
References fdbuf::is_open(), and rdbuf().
|
inline |
References rdbuf().
Referenced by ifdstream().
|
inline |
References sb.
Referenced by close(), Processes::fd(), is_open(), and open().
|
private |
Referenced by ifdstream(), and rdbuf().
1.8.7