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

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

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

Member Typedef Documentation

◆ filebuf_type

typedef IDevFileStreamBuf<CharType, Traits> filebuf_type

◆ ios_type

typedef std::basic_ios<CharType, Traits> ios_type

◆ istream_type

typedef std::basic_istream<CharType, Traits> istream_type

Member Function Documentation

◆ close()

void close ( )
inline

Close the file on the device.

◆ is_open()

bool is_open ( ) const
inline

◆ open()

void open ( Spinnaker::GenApi::INodeMap pInterface,
const char *  pFileName,
std::ios_base::openmode  mode = std::ios_base::in 
)
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: