GenApi::IDevFileStreamBuf#
Inherits from std::basic_streambuf< CharType, Traits >
Public Functions#
Name | |
---|---|
IDevFileStreamBuf() | |
~IDevFileStreamBuf() | |
filebuf_type * | open(GenApi::INodeMap * pInterface, const char * pFileName, std::ios_base::openmode mode =std::ios_base::in) |
bool | is_open() const |
filebuf_type * | close() |
Protected Functions#
Name | |
---|---|
int_type | underflow() |
int_type | pbackfail(int_type c) |
Detailed Description#
template <typename CharType ,
typename Traits >
class GenApi::IDevFileStreamBuf;
Public Functions Documentation#
IDevFileStreamBuf#
inline IDevFileStreamBuf()
~IDevFileStreamBuf#
inline ~IDevFileStreamBuf()
open#
inline filebuf_type * open(
GenApi::INodeMap * pInterface,
const char * pFileName,
std::ios_base::openmode mode =std::ios_base::in
)
is_open#
inline bool is_open() const
close#
inline filebuf_type * close()
Protected Functions Documentation#
underflow#
inline int_type underflow()
pbackfail#
inline int_type pbackfail(
int_type c
)
Updated on 5 July 2022 at 15:30:00