ldas-tools-framecpp  2.9.3
Public Types | Public Member Functions | Static Public Attributes | Protected Types | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | Friends | List of all members
FrameCPP::Common::FrameBuffer< BT > Class Template Referenceabstract

Buffer appropriate for caching frame data. More...

#include <FrameBuffer.hh>

Inheritance diagram for FrameCPP::Common::FrameBuffer< BT >:
Inheritance graph
[legend]
Collaboration diagram for FrameCPP::Common::FrameBuffer< BT >:
Collaboration graph
[legend]

Public Types

typedef FrameBuffer< BT > buffer_type
 Type of self. More...
 
typedef BT element_type
 
typedef BT::char_type char_type
 type representing a character in the stream. More...
 
typedef BT::int_type int_type
 integer type More...
 
typedef BT::pos_type pos_type
 type appropriate for holding stream position information More...
 
typedef BT::off_type off_type
 type apprpriate to hold stream offset request More...
 
typedef FrameBuffer< BT > buffer_type
 Type of self. More...
 
typedef BT element_type
 
typedef BT::char_type char_type
 type representing a character in the stream. More...
 
typedef BT::int_type int_type
 integer type More...
 
typedef BT::pos_type pos_type
 type appropriate for holding stream position information More...
 
typedef BT::off_type off_type
 type apprpriate to hold stream offset request More...
 
typedef FrameBuffer< BT > buffer_type
 Type of self. More...
 
typedef BT element_type
 
typedef BT::char_type char_type
 type representing a character in the stream. More...
 
typedef BT::int_type int_type
 integer type More...
 
typedef BT::pos_type pos_type
 type appropriate for holding stream position information More...
 
typedef BT::off_type off_type
 type apprpriate to hold stream offset request More...
 
typedef INT_4U buffer_size_type
 
typedef INT_4U buffer_size_type
 
typedef INT_4U buffer_size_type
 

Public Member Functions

 FrameBuffer (std::ios::openmode Mode, bool ParentAutoDelete=true)
 constructor More...
 
virtual void FilterAdd (FrameCPP::Common::StreamFilter *Filter)
 Adds a filter to the stream. More...
 
virtual void FilterRemove (FrameCPP::Common::StreamFilter *Filter)
 Removes a filter from the stream. More...
 
bool FilterInternally () const
 Returns true if filtering happens internally; false otherwise. More...
 
FrameBuffer< BT > * close ()
 
FrameBuffer< BT > * open (const std::string &Filename, std::ios::openmode Mode)
 
void UseMemoryMappedIO (bool Value)
 
 FrameBuffer (std::ios::openmode Mode, bool ParentAutoDelete=true)
 constructor More...
 
virtual void FilterAdd (FrameCPP::Common::StreamFilter *Filter)
 Adds a filter to the stream. More...
 
virtual void FilterRemove (FrameCPP::Common::StreamFilter *Filter)
 Removes a filter from the stream. More...
 
bool FilterInternally () const
 Returns true if filtering happens internally; false otherwise. More...
 
FrameBuffer< BT > * close ()
 
FrameBuffer< BT > * open (const std::string &Filename, std::ios::openmode Mode)
 
void UseMemoryMappedIO (bool Value)
 
 FrameBuffer (std::ios::openmode Mode, bool ParentAutoDelete=true)
 constructor More...
 
virtual void FilterAdd (FrameCPP::Common::StreamFilter *Filter)
 Adds a filter to the stream. More...
 
virtual void FilterRemove (FrameCPP::Common::StreamFilter *Filter)
 Removes a filter from the stream. More...
 
bool FilterInternally () const
 Returns true if filtering happens internally; false otherwise. More...
 
FrameBuffer< BT > * close ()
 
FrameBuffer< BT > * open (const std::string &Filename, std::ios::openmode Mode)
 
void UseMemoryMappedIO (bool Value)
 
FrameBuffer< std::filebuf > * close ()
 
FrameBuffer< std::filebuf > * open (const std::string &Filename, std::ios::openmode Mode)
 
void UseMemoryMappedIO (bool Value)
 
void UseMemoryMappedIO (bool Value)
 
FrameBuffer< LDASTools::AL::filebuf > * close ()
 
FrameBuffer< LDASTools::AL::filebuf > * open (const std::string &Filename, std::ios::openmode Mode)
 
bool FilterInternally () const
 
bool AutoDelete () const
 
void AutoDelete (bool Value)
 
bool AutoDelete () const
 
void AutoDelete (bool Value)
 
bool AutoDelete () const
 
void AutoDelete (bool Value)
 
template<class DT >
void filter (const DT &Data)
 
virtual void filter (const char_type *Start, const char_type *End)=0
 
void FilterBuffer (const char *Begin, const char *End)
 
void FilterBuffer (const char *Begin, const char *End)
 
void FilterBuffer (const char *Begin, const char *End)
 
const std::string & BufferId () const
 Retrieve the string identification of the buffer. More...
 
const std::string & BufferId () const
 Retrieve the string identification of the buffer. More...
 
const std::string & BufferId () const
 Retrieve the string identification of the buffer. More...
 

Static Public Attributes

static const buffer_size_type M_BUFFER_SIZE_DEFAULT = 256 * 1024
 The default size for buffered input and output. More...
 
static const buffer_size_type M_BUFFER_SIZE_SYSTEM
 

Protected Types

typedef std::list< FrameCPP::Common::StreamFilter * > filters_type
 Type specifying the container holding the active filters. More...
 
typedef std::list< FrameCPP::Common::StreamFilter * > filters_type
 Type specifying the container holding the active filters. More...
 
typedef std::list< FrameCPP::Common::StreamFilter * > filters_type
 Type specifying the container holding the active filters. More...
 

Protected Member Functions

virtual FrameBuffer< BT > * setbuf (char_type *S, std::streamsize N)
 Routine to register if the caller has specified a buffer. More...
 
virtual void buffer ()
 Establish buffering. More...
 
virtual FrameBuffer< BT > * setbuf (char_type *S, std::streamsize N)
 Routine to register if the caller has specified a buffer. More...
 
virtual void buffer ()
 Establish buffering. More...
 
virtual FrameBuffer< BT > * setbuf (char_type *S, std::streamsize N)
 Routine to register if the caller has specified a buffer. More...
 
virtual void buffer ()
 Establish buffering. More...
 
void bufferId (const std::string &Id)
 
void bufferId (const std::string &Id)
 
void bufferId (const std::string &Id)
 

Protected Attributes

filters_type m_filters
 Container holding all active filters. More...
 

Private Member Functions

void set_user_buf (const char_type *S, std::streamsize N)
 Establish the size of the current user buffer. More...
 
void mark (const char_type *Offset=(const char_type *) 0)
 Mark the current position in the buffer. More...
 
virtual void filter (const char_type *Begin, const char_type *End)
 Perform filtering operations on the stream. More...
 
void set_user_buf (const char_type *S, std::streamsize N)
 Establish the size of the current user buffer. More...
 
void mark (const char_type *Offset=(const char_type *) 0)
 Mark the current position in the buffer. More...
 
virtual void filter (const char_type *Begin, const char_type *End)
 Perform filtering operations on the stream. More...
 
void set_user_buf (const char_type *S, std::streamsize N)
 Establish the size of the current user buffer. More...
 
void mark (const char_type *Offset=(const char_type *) 0)
 Mark the current position in the buffer. More...
 
virtual void filter (const char_type *Begin, const char_type *End)
 Perform filtering operations on the stream. More...
 

Private Attributes

bool m_buffer_user_supplied
 State of user supplied buffer. More...
 
boost::scoped_array< typename BT::char_type > m_buffer
 
std::streamsize m_buffer_size
 Size of the internal buffer. More...
 
const char_typem_user_buf
 Location of the user specified buffer. More...
 
std::streamsize m_user_buf_size
 Size of the user specified buffer. More...
 
INT_8U m_bytes_filtered
 
std::ios::openmode m_mode
 
bool m_auto_delete
 
std::string m_stream_id
 

Friends

class IStream
 
class OStream
 

Detailed Description

template<typename BT>
class FrameCPP::Common::FrameBuffer< BT >

Buffer appropriate for caching frame data.

Member Typedef Documentation

◆ buffer_size_type [1/3]

◆ buffer_size_type [2/3]

◆ buffer_size_type [3/3]

◆ buffer_type [1/3]

template<typename BT >
typedef FrameBuffer< BT > FrameCPP::Common::FrameBuffer< BT >::buffer_type

Type of self.

◆ buffer_type [2/3]

template<typename BT >
typedef FrameBuffer< BT > FrameCPP::Common::FrameBuffer< BT >::buffer_type

Type of self.

◆ buffer_type [3/3]

template<typename BT >
typedef FrameBuffer< BT > FrameCPP::Common::FrameBuffer< BT >::buffer_type

Type of self.

◆ char_type [1/3]

template<typename BT >
typedef BT::char_type FrameCPP::Common::FrameBuffer< BT >::char_type

type representing a character in the stream.

◆ char_type [2/3]

template<typename BT >
typedef BT::char_type FrameCPP::Common::FrameBuffer< BT >::char_type

type representing a character in the stream.

◆ char_type [3/3]

template<typename BT >
typedef BT::char_type FrameCPP::Common::FrameBuffer< BT >::char_type

type representing a character in the stream.

◆ element_type [1/3]

template<typename BT >
typedef BT FrameCPP::Common::FrameBuffer< BT >::element_type

◆ element_type [2/3]

template<typename BT >
typedef BT FrameCPP::Common::FrameBuffer< BT >::element_type

◆ element_type [3/3]

template<typename BT >
typedef BT FrameCPP::Common::FrameBuffer< BT >::element_type

◆ filters_type [1/3]

Type specifying the container holding the active filters.

◆ filters_type [2/3]

Type specifying the container holding the active filters.

◆ filters_type [3/3]

Type specifying the container holding the active filters.

◆ int_type [1/3]

template<typename BT >
typedef BT::int_type FrameCPP::Common::FrameBuffer< BT >::int_type

integer type

◆ int_type [2/3]

template<typename BT >
typedef BT::int_type FrameCPP::Common::FrameBuffer< BT >::int_type

integer type

◆ int_type [3/3]

template<typename BT >
typedef BT::int_type FrameCPP::Common::FrameBuffer< BT >::int_type

integer type

◆ off_type [1/3]

template<typename BT >
typedef BT::off_type FrameCPP::Common::FrameBuffer< BT >::off_type

type apprpriate to hold stream offset request

◆ off_type [2/3]

template<typename BT >
typedef BT::off_type FrameCPP::Common::FrameBuffer< BT >::off_type

type apprpriate to hold stream offset request

◆ off_type [3/3]

template<typename BT >
typedef BT::off_type FrameCPP::Common::FrameBuffer< BT >::off_type

type apprpriate to hold stream offset request

◆ pos_type [1/3]

template<typename BT >
typedef BT::pos_type FrameCPP::Common::FrameBuffer< BT >::pos_type

type appropriate for holding stream position information

◆ pos_type [2/3]

template<typename BT >
typedef BT::pos_type FrameCPP::Common::FrameBuffer< BT >::pos_type

type appropriate for holding stream position information

◆ pos_type [3/3]

template<typename BT >
typedef BT::pos_type FrameCPP::Common::FrameBuffer< BT >::pos_type

type appropriate for holding stream position information

Constructor & Destructor Documentation

◆ FrameBuffer() [1/3]

template<typename BT >
FrameCPP::Common::FrameBuffer< BT >::FrameBuffer ( std::ios::openmode  Mode,
bool  ParentAutoDelete = true 
)

constructor

◆ FrameBuffer() [2/3]

template<typename BT >
FrameCPP::Common::FrameBuffer< BT >::FrameBuffer ( std::ios::openmode  Mode,
bool  ParentAutoDelete = true 
)

constructor

◆ FrameBuffer() [3/3]

template<typename BT >
FrameCPP::Common::FrameBuffer< BT >::FrameBuffer ( std::ios::openmode  Mode,
bool  ParentAutoDelete = true 
)

constructor

Member Function Documentation

◆ AutoDelete() [1/6]

bool FrameCPP::Common::FrameBufferInterface::AutoDelete ( ) const
inlineinherited

◆ AutoDelete() [2/6]

bool FrameCPP::Common::FrameBufferInterface::AutoDelete ( ) const
inherited

◆ AutoDelete() [3/6]

bool FrameCPP::Common::FrameBufferInterface::AutoDelete ( ) const
inherited

◆ AutoDelete() [4/6]

void FrameCPP::Common::FrameBufferInterface::AutoDelete ( bool  Value)
inlineinherited

◆ AutoDelete() [5/6]

void FrameCPP::Common::FrameBufferInterface::AutoDelete ( bool  Value)
inherited

◆ AutoDelete() [6/6]

void FrameCPP::Common::FrameBufferInterface::AutoDelete ( bool  Value)
inherited

◆ buffer() [1/3]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::buffer
protectedvirtual

Establish buffering.

Implements FrameCPP::Common::FrameBufferInterface.

◆ buffer() [2/3]

template<typename BT >
virtual void FrameCPP::Common::FrameBuffer< BT >::buffer ( )
protectedvirtual

Establish buffering.

Implements FrameCPP::Common::FrameBufferInterface.

◆ buffer() [3/3]

template<typename BT >
virtual void FrameCPP::Common::FrameBuffer< BT >::buffer ( )
protectedvirtual

Establish buffering.

Implements FrameCPP::Common::FrameBufferInterface.

◆ BufferId() [1/3]

const std::string & FrameCPP::Common::FrameBufferInterface::BufferId ( ) const
inlineinherited

Retrieve the string identification of the buffer.

Returns
An identifier associated with the open buffer.

◆ BufferId() [2/3]

const std::string& FrameCPP::Common::FrameBufferInterface::BufferId ( ) const
inherited

Retrieve the string identification of the buffer.

Returns
An identifier associated with the open buffer.

◆ BufferId() [3/3]

const std::string& FrameCPP::Common::FrameBufferInterface::BufferId ( ) const
inherited

Retrieve the string identification of the buffer.

Returns
An identifier associated with the open buffer.

◆ bufferId() [1/3]

void FrameCPP::Common::FrameBufferInterface::bufferId ( const std::string &  Id)
inlineprotectedinherited

◆ bufferId() [2/3]

void FrameCPP::Common::FrameBufferInterface::bufferId ( const std::string &  Id)
protectedinherited

◆ bufferId() [3/3]

void FrameCPP::Common::FrameBufferInterface::bufferId ( const std::string &  Id)
protectedinherited

◆ close() [1/5]

template<typename BT >
FrameBuffer< BT >* FrameCPP::Common::FrameBuffer< BT >::close ( )

◆ close() [2/5]

template<typename BT >
FrameBuffer< BT >* FrameCPP::Common::FrameBuffer< BT >::close ( )

◆ close() [3/5]

FrameBuffer< std::filebuf > * FrameCPP::Common::FrameBuffer< std::filebuf >::close ( )

◆ close() [4/5]

FrameBuffer< LDASTools::AL::filebuf > * FrameCPP::Common::FrameBuffer< LDASTools::AL::filebuf >::close ( )

◆ close() [5/5]

template<typename BT >
FrameBuffer< BT >* FrameCPP::Common::FrameBuffer< BT >::close ( )

◆ filter() [1/5]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::filter ( const char_type Begin,
const char_type End 
)
inlineprivatevirtual

Perform filtering operations on the stream.

◆ filter() [2/5]

template<typename BT >
virtual void FrameCPP::Common::FrameBuffer< BT >::filter ( const char_type Begin,
const char_type End 
)
privatevirtual

Perform filtering operations on the stream.

◆ filter() [3/5]

template<typename BT >
virtual void FrameCPP::Common::FrameBuffer< BT >::filter ( const char_type Begin,
const char_type End 
)
privatevirtual

Perform filtering operations on the stream.

◆ filter() [4/5]

virtual void FrameCPP::Common::FrameBufferInterface::filter ( const char_type Start,
const char_type End 
)
pure virtualinherited

◆ filter() [5/5]

template<class DT >
void FrameCPP::Common::FrameBufferInterface::filter ( const DT Data)
inlineinherited

◆ FilterAdd() [1/3]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::FilterAdd ( FrameCPP::Common::StreamFilter Filter)
virtual

Adds a filter to the stream.

Parameters
[in]FilterFilter function to add to the stream

Reimplemented from FrameCPP::Common::FrameBufferInterface.

◆ FilterAdd() [2/3]

template<typename BT >
virtual void FrameCPP::Common::FrameBuffer< BT >::FilterAdd ( FrameCPP::Common::StreamFilter Filter)
virtual

Adds a filter to the stream.

Parameters
[in]FilterFilter function to add to the stream

Reimplemented from FrameCPP::Common::FrameBufferInterface.

◆ FilterAdd() [3/3]

template<typename BT >
virtual void FrameCPP::Common::FrameBuffer< BT >::FilterAdd ( FrameCPP::Common::StreamFilter Filter)
virtual

Adds a filter to the stream.

Parameters
[in]FilterFilter function to add to the stream

Reimplemented from FrameCPP::Common::FrameBufferInterface.

◆ FilterBuffer() [1/3]

void FrameCPP::Common::FrameBufferInterface::FilterBuffer ( const char *  Begin,
const char *  End 
)
inherited

◆ FilterBuffer() [2/3]

void FrameCPP::Common::FrameBufferInterface::FilterBuffer ( const char *  Begin,
const char *  End 
)
inherited

◆ FilterBuffer() [3/3]

void FrameCPP::Common::FrameBufferInterface::FilterBuffer ( const char *  Begin,
const char *  End 
)
inherited

◆ FilterInternally() [1/4]

template<typename BT >
bool FrameCPP::Common::FrameBuffer< BT >::FilterInternally ( ) const
virtual

Returns true if filtering happens internally; false otherwise.

Implements FrameCPP::Common::FrameBufferInterface.

◆ FilterInternally() [2/4]

template<typename BT >
bool FrameCPP::Common::FrameBuffer< BT >::FilterInternally ( ) const
virtual

Returns true if filtering happens internally; false otherwise.

Implements FrameCPP::Common::FrameBufferInterface.

◆ FilterInternally() [3/4]

template<typename BT >
bool FrameCPP::Common::FrameBuffer< BT >::FilterInternally ( ) const
virtual

Returns true if filtering happens internally; false otherwise.

Implements FrameCPP::Common::FrameBufferInterface.

◆ FilterInternally() [4/4]

bool FrameCPP::Common::FrameBuffer< filebuf >::FilterInternally ( ) const
virtual

◆ FilterRemove() [1/3]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::FilterRemove ( FrameCPP::Common::StreamFilter Filter)
virtual

Removes a filter from the stream.

Parameters
[in]FilterFilter function to remove from the stream

Reimplemented from FrameCPP::Common::FrameBufferInterface.

◆ FilterRemove() [2/3]

template<typename BT >
virtual void FrameCPP::Common::FrameBuffer< BT >::FilterRemove ( FrameCPP::Common::StreamFilter Filter)
virtual

Removes a filter from the stream.

Parameters
[in]FilterFilter function to remove from the stream

Reimplemented from FrameCPP::Common::FrameBufferInterface.

◆ FilterRemove() [3/3]

template<typename BT >
virtual void FrameCPP::Common::FrameBuffer< BT >::FilterRemove ( FrameCPP::Common::StreamFilter Filter)
virtual

Removes a filter from the stream.

Parameters
[in]FilterFilter function to remove from the stream

Reimplemented from FrameCPP::Common::FrameBufferInterface.

◆ mark() [1/3]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::mark ( const char_type Offset = (const char_type *) 0)
private

Mark the current position in the buffer.

◆ mark() [2/3]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::mark ( const char_type Offset = (const char_type *) 0)
private

Mark the current position in the buffer.

◆ mark() [3/3]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::mark ( const char_type Offset = (const char_type *) 0)
private

Mark the current position in the buffer.

◆ open() [1/5]

template<typename BT >
FrameBuffer< BT >* FrameCPP::Common::FrameBuffer< BT >::open ( const std::string &  Filename,
std::ios::openmode  Mode 
)

◆ open() [2/5]

template<typename BT >
FrameBuffer< BT >* FrameCPP::Common::FrameBuffer< BT >::open ( const std::string &  Filename,
std::ios::openmode  Mode 
)

◆ open() [3/5]

FrameBuffer< std::filebuf > * FrameCPP::Common::FrameBuffer< std::filebuf >::open ( const std::string &  Filename,
std::ios::openmode  Mode 
)

◆ open() [4/5]

FrameBuffer< LDASTools::AL::filebuf > * FrameCPP::Common::FrameBuffer< LDASTools::AL::filebuf >::open ( const std::string &  Filename,
std::ios::openmode  Mode 
)

◆ open() [5/5]

template<typename BT >
FrameBuffer< BT >* FrameCPP::Common::FrameBuffer< BT >::open ( const std::string &  Filename,
std::ios::openmode  Mode 
)

◆ set_user_buf() [1/3]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::set_user_buf ( const char_type S,
std::streamsize  N 
)
inlineprivate

Establish the size of the current user buffer.

◆ set_user_buf() [2/3]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::set_user_buf ( const char_type S,
std::streamsize  N 
)
private

Establish the size of the current user buffer.

◆ set_user_buf() [3/3]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::set_user_buf ( const char_type S,
std::streamsize  N 
)
private

Establish the size of the current user buffer.

◆ setbuf() [1/3]

template<typename BT >
FrameBuffer< BT > * FrameCPP::Common::FrameBuffer< BT >::setbuf ( char_type S,
std::streamsize  N 
)
protectedvirtual

Routine to register if the caller has specified a buffer.

◆ setbuf() [2/3]

template<typename BT >
virtual FrameBuffer< BT >* FrameCPP::Common::FrameBuffer< BT >::setbuf ( char_type S,
std::streamsize  N 
)
protectedvirtual

Routine to register if the caller has specified a buffer.

◆ setbuf() [3/3]

template<typename BT >
virtual FrameBuffer< BT >* FrameCPP::Common::FrameBuffer< BT >::setbuf ( char_type S,
std::streamsize  N 
)
protectedvirtual

Routine to register if the caller has specified a buffer.

◆ UseMemoryMappedIO() [1/5]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::UseMemoryMappedIO ( bool  Value)

◆ UseMemoryMappedIO() [2/5]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::UseMemoryMappedIO ( bool  Value)

◆ UseMemoryMappedIO() [3/5]

void FrameCPP::Common::FrameBuffer< std::filebuf >::UseMemoryMappedIO ( bool  Value)

◆ UseMemoryMappedIO() [4/5]

void FrameCPP::Common::FrameBuffer< LDASTools::AL::filebuf >::UseMemoryMappedIO ( bool  Value)

◆ UseMemoryMappedIO() [5/5]

template<typename BT >
void FrameCPP::Common::FrameBuffer< BT >::UseMemoryMappedIO ( bool  Value)

Friends And Related Function Documentation

◆ IStream

template<typename BT >
IStream
friend

◆ OStream

template<typename BT >
OStream
friend

Member Data Documentation

◆ m_auto_delete

bool FrameCPP::Common::FrameBufferInterface::m_auto_delete
privateinherited

◆ m_buffer

template<typename BT >
boost::scoped_array< typename BT::char_type > FrameCPP::Common::FrameBuffer< BT >::m_buffer
private

◆ m_buffer_size

template<typename BT >
std::streamsize FrameCPP::Common::FrameBuffer< BT >::m_buffer_size
private

Size of the internal buffer.

◆ M_BUFFER_SIZE_DEFAULT

static const buffer_size_type FrameCPP::Common::FrameBufferInterface::M_BUFFER_SIZE_DEFAULT = 256 * 1024
staticinherited

The default size for buffered input and output.

◆ M_BUFFER_SIZE_SYSTEM

static const buffer_size_type FrameCPP::Common::FrameBufferInterface::M_BUFFER_SIZE_SYSTEM
staticinherited
Initial value:
=
INT_4U buffer_size_type
Definition: FrameBufferInterface.hh:163

◆ m_buffer_user_supplied

template<typename BT >
bool FrameCPP::Common::FrameBuffer< BT >::m_buffer_user_supplied
private

State of user supplied buffer.

◆ m_bytes_filtered

template<typename BT >
INT_8U FrameCPP::Common::FrameBuffer< BT >::m_bytes_filtered
private

◆ m_filters

filters_type FrameCPP::Common::FrameBufferInterface::m_filters
protectedinherited

Container holding all active filters.

◆ m_mode

template<typename BT >
std::ios::openmode FrameCPP::Common::FrameBuffer< BT >::m_mode
private

◆ m_stream_id

std::string FrameCPP::Common::FrameBufferInterface::m_stream_id
privateinherited

◆ m_user_buf

template<typename BT >
const char_type * FrameCPP::Common::FrameBuffer< BT >::m_user_buf
private

Location of the user specified buffer.

◆ m_user_buf_size

template<typename BT >
std::streamsize FrameCPP::Common::FrameBuffer< BT >::m_user_buf_size
private

Size of the user specified buffer.


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