#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 649 of file Filestream.h.
typedef IDevFileStreamBuf<CharType, Traits> GENAPI_NAMESPACE::IDevFileStreamBase< CharType, Traits >::filebuf_type |
Definition at line 654 of file Filestream.h.
typedef std::basic_ios<CharType, Traits> GENAPI_NAMESPACE::IDevFileStreamBase< CharType, Traits >::ios_type |
Definition at line 655 of file Filestream.h.
typedef std::basic_istream<CharType, Traits> GENAPI_NAMESPACE::IDevFileStreamBase< CharType, Traits >::istream_type |
Definition at line 656 of file Filestream.h.
|
inline |
Close the file on the device.
Definition at line 739 of file Filestream.h.
|
inline |
Definition at line 717 of file Filestream.h.
|
inline |
Definition at line 728 of file Filestream.h.
|
inline |
Definition at line 709 of file Filestream.h.
|
private |
Definition at line 659 of file Filestream.h.