Gaudi Framework, version v23r2p1

Home   Generated: Fri Jun 29 2012
Public Member Functions | Public Attributes

UCharDbArray Class Reference

Shadow class to mimik POOL blobs. More...

#include <PoolClasses.h>

List of all members.

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 (  ) [inline, virtual]

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.

Size of buffer.

Definition at line 30 of file PoolClasses.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Fri Jun 29 2012 15:44:09 for Gaudi Framework, version v23r2p1 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004