Spinnaker SDK C++
4.1.0.172
 
 

 
Loading...
Searching...
No Matches
ODevFileStreamBuf< CharType, Traits > Class Template Reference

#include <Filestream.h>

Inheritance diagram for ODevFileStreamBuf< CharType, Traits >:

Public Member Functions

 ODevFileStreamBuf ()
 
 ~ODevFileStreamBuf ()
 
filebuf_typeopen (Spinnaker::GenApi::INodeMap *pInterface, const char *pFileName, std::ios_base::openmode mode)
 
bool is_open () const
 
filebuf_typeclose ()
 

Protected Member Functions

std::streamsize xsputn (const char_type *s, std::streamsize n)
 
int_type overflow (int_type c=traits_type::eof())
 
int sync ()
 

Constructor & Destructor Documentation

◆ ODevFileStreamBuf()

template<typename CharType , typename Traits >
ODevFileStreamBuf ( )
inline

◆ ~ODevFileStreamBuf()

template<typename CharType , typename Traits >
~ODevFileStreamBuf ( )
inline

Member Function Documentation

◆ close()

template<typename CharType , typename Traits >
filebuf_type * close ( )
inline

◆ is_open()

template<typename CharType , typename Traits >
bool is_open ( ) const
inline

◆ open()

template<typename CharType , typename Traits >
filebuf_type * open ( Spinnaker::GenApi::INodeMap pInterface,
const char *  pFileName,
std::ios_base::openmode  mode 
)
inline

◆ overflow()

template<typename CharType , typename Traits >
int_type overflow ( int_type  c = traits_type::eof())
inlineprotected

◆ sync()

template<typename CharType , typename Traits >
int sync ( )
inlineprotected

◆ xsputn()

template<typename CharType , typename Traits >
std::streamsize xsputn ( const char_type *  s,
std::streamsize  n 
)
inlineprotected

The documentation for this class was generated from the following file: