#include <Filestream.h>
Public Types | |
typedef IDevFileStreamBuf< CharType, Traits > | filebuf_type |
typedef std::basic_ios< CharType, Traits > | ios_type |
typedef std::basic_istream< CharType, Traits > | istream_type |
Public Member Functions | |
void | close () |
Close the file on the device. More... | |
bool | is_open () const |
void | open (GENAPI_NAMESPACE::INodeMap *pInterface, const char *pFileName, std::ios_base::openmode mode=std::ios_base::in) |
filebuf_type * | rdbuf () const |
Private Attributes | |
filebuf_type | m_streambuf |
Definition at line 655 of file Filestream.h.
typedef IDevFileStreamBuf<CharType, Traits> GENAPI_NAMESPACE::IDevFileStreamBase< CharType, Traits >::filebuf_type |
Definition at line 660 of file Filestream.h.
typedef std::basic_ios<CharType, Traits> GENAPI_NAMESPACE::IDevFileStreamBase< CharType, Traits >::ios_type |
Definition at line 661 of file Filestream.h.
typedef std::basic_istream<CharType, Traits> GENAPI_NAMESPACE::IDevFileStreamBase< CharType, Traits >::istream_type |
Definition at line 662 of file Filestream.h.
|
inline |
Close the file on the device.
Definition at line 745 of file Filestream.h.
|
inline |
Definition at line 723 of file Filestream.h.
|
inline |
Definition at line 734 of file Filestream.h.
|
inline |
Definition at line 715 of file Filestream.h.
|
private |
Definition at line 665 of file Filestream.h.