Public Member Functions | Protected Attributes | List of all members
ByteStreamOutOstream Class Reference

#include <bytestreamout_ostream.hpp>

Inheritance diagram for ByteStreamOutOstream:
Inheritance graph
[legend]

Public Member Functions

 ByteStreamOutOstream (ostream &stream)
 
BOOL isSeekable () const
 
BOOL putByte (U8 byte)
 
BOOL putBytes (const U8 *bytes, U32 num_bytes)
 
BOOL seek (const I64 position)
 
BOOL seekEnd ()
 
I64 tell () const
 
 ~ByteStreamOutOstream ()
 
- Public Member Functions inherited from ByteStreamOut
virtual BOOL put16bitsBE (const U8 *bytes)=0
 
virtual BOOL put16bitsLE (const U8 *bytes)=0
 
virtual BOOL put32bitsBE (const U8 *bytes)=0
 
virtual BOOL put32bitsLE (const U8 *bytes)=0
 
virtual BOOL put64bitsBE (const U8 *bytes)=0
 
virtual BOOL put64bitsLE (const U8 *bytes)=0
 
virtual ~ByteStreamOut ()
 

Protected Attributes

ostream & stream
 

Detailed Description

Definition at line 44 of file bytestreamout_ostream.hpp.

Constructor & Destructor Documentation

◆ ByteStreamOutOstream()

ByteStreamOutOstream::ByteStreamOutOstream ( ostream &  stream)
inline

Definition at line 106 of file bytestreamout_ostream.hpp.

◆ ~ByteStreamOutOstream()

ByteStreamOutOstream::~ByteStreamOutOstream ( )
inline

Definition at line 61 of file bytestreamout_ostream.hpp.

Member Function Documentation

◆ isSeekable()

BOOL ByteStreamOutOstream::isSeekable ( ) const
inlinevirtual

Implements ByteStreamOut.

Definition at line 123 of file bytestreamout_ostream.hpp.

◆ putByte()

BOOL ByteStreamOutOstream::putByte ( U8  byte)
inlinevirtual

Implements ByteStreamOut.

Definition at line 111 of file bytestreamout_ostream.hpp.

◆ putBytes()

BOOL ByteStreamOutOstream::putBytes ( const U8 bytes,
U32  num_bytes 
)
inlinevirtual

Implements ByteStreamOut.

Definition at line 117 of file bytestreamout_ostream.hpp.

◆ seek()

BOOL ByteStreamOutOstream::seek ( const I64  position)
inlinevirtual

Implements ByteStreamOut.

Definition at line 133 of file bytestreamout_ostream.hpp.

◆ seekEnd()

BOOL ByteStreamOutOstream::seekEnd ( )
inlinevirtual

Implements ByteStreamOut.

Definition at line 139 of file bytestreamout_ostream.hpp.

◆ tell()

I64 ByteStreamOutOstream::tell ( ) const
inlinevirtual

Implements ByteStreamOut.

Definition at line 128 of file bytestreamout_ostream.hpp.

Member Data Documentation

◆ stream

ostream& ByteStreamOutOstream::stream
protected

Definition at line 61 of file bytestreamout_ostream.hpp.


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


lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:26