Spinnaker SDK C++
4.3.0.189
 
Public Types | Public Member Functions | List of all members
ODevFileStreamBase< CharType, Traits > Class Template Reference
Inheritance diagram for ODevFileStreamBase< CharType, Traits >:

Public Types

typedef ODevFileStreamBuf< CharType, Traits > filebuf_type
 
typedef std::basic_ios< CharType, Traits > ios_type
 
typedef std::basic_ostream< CharType, Traits > ostream_type
 

Public Member Functions

filebuf_typerdbuf () const
 
bool is_open () const
 
void open (INodeMap *pInterface, const char *pFileName, std::ios_base::openmode mode=std::ios_base::out|std::ios_base::trunc)
 Open file on device in write mode. More...
 
void close ()
 Close the file on device. More...
 

Member Typedef Documentation

◆ filebuf_type

typedef ODevFileStreamBuf<CharType, Traits> filebuf_type

◆ ios_type

typedef std::basic_ios<CharType, Traits> ios_type

◆ ostream_type

typedef std::basic_ostream<CharType, Traits> ostream_type

Member Function Documentation

◆ close()

void close ( )
inline

Close the file on device.

◆ is_open()

bool is_open ( ) const
inline

◆ open()

void open ( INodeMap pInterface,
const char *  pFileName,
std::ios_base::openmode  mode = std::ios_base::out | std::ios_base::trunc 
)
inline

Open file on device in write mode.

Parameters
pInterfaceNodeMap of the device to which the FileProtocolAdapter is attached
pFileNameName of the file to open
modeopen mode

◆ rdbuf()

filebuf_type* rdbuf ( ) const
inline

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