Gaudi Framework, version v24r2

Home   Generated: Wed Dec 4 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
UCharDbArray Class Reference

Shadow class to mimik POOL blobs. More...

#include <PoolClasses.h>

Public Member Functions

 UCharDbArray ()
 Default constructor.
 
virtual ~UCharDbArray ()
 Standard destructor.
 

Public Attributes

int m_size
 Size of buffer.
 
unsigned char * m_buffer
 Buffer with object content.
 

Detailed Description

Shadow class to mimik POOL blobs.

Definition at line 27 of file PoolClasses.h.

Constructor & Destructor Documentation

UCharDbArray::UCharDbArray ( )
inline

Default constructor.

Definition at line 34 of file PoolClasses.h.

: m_size(0), m_buffer(0) {}
virtual UCharDbArray::~UCharDbArray ( )
inlinevirtual

Standard destructor.

Definition at line 36 of file PoolClasses.h.

{
if ( m_buffer ) delete [] m_buffer;
m_buffer = 0;
}

Member Data Documentation

unsigned char* UCharDbArray::m_buffer

Buffer with object content.

Definition at line 32 of file PoolClasses.h.

int UCharDbArray::m_size

Size of buffer.

Definition at line 30 of file PoolClasses.h.


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

Generated at Wed Dec 4 2013 14:33:20 for Gaudi Framework, version v24r2 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004