ICP  1
Public Member Functions | List of all members
TCPEventBuffer Class Referenceabstract

#include <TCPEventStreamer.h>

Inheritance diagram for TCPEventBuffer:
Inheritance graph

Public Member Functions

virtual int numBytes () const =0
 
virtual int numBytesRemaining () const =0
 
virtual const unsigned char * currentBytes () const =0
 
virtual void advance (int offset)=0
 
virtual bool done () const =0
 
virtual TCPEventBufferoperator= (const TCPEventBuffer &eb)=0
 
virtual ~TCPEventBuffer ()
 

Detailed Description

Definition at line 9 of file TCPEventStreamer.h.

Constructor & Destructor Documentation

virtual TCPEventBuffer::~TCPEventBuffer ( )
inlinevirtual

Definition at line 18 of file TCPEventStreamer.h.

Member Function Documentation

virtual void TCPEventBuffer::advance ( int  offset)
pure virtual

Implemented in TCPEventBufferT< T >.

virtual const unsigned char* TCPEventBuffer::currentBytes ( ) const
pure virtual

Implemented in TCPEventBufferT< T >.

virtual bool TCPEventBuffer::done ( ) const
pure virtual

Implemented in TCPEventBufferT< T >.

virtual int TCPEventBuffer::numBytes ( ) const
pure virtual

Implemented in TCPEventBufferT< T >.

virtual int TCPEventBuffer::numBytesRemaining ( ) const
pure virtual

Implemented in TCPEventBufferT< T >.

virtual TCPEventBuffer& TCPEventBuffer::operator= ( const TCPEventBuffer eb)
pure virtual

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