Belle II Software  release-08-01-10
Buffer Class Reference

Public Member Functions

 Buffer (unsigned int size, unsigned char *memory=NULL)
 
 Buffer (const Buffer &w)
 
unsigned char * ptr ()
 
const unsigned char * ptr () const
 
unsigned int size () const
 
virtual bool available ()
 
const Bufferoperator= (const Buffer &)
 

Protected Attributes

unsigned char * m_memory
 
unsigned int m_size
 
bool m_allocated
 

Detailed Description

Definition at line 19 of file Buffer.h.


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