The Gaudi Framework  v30r3 (a5ef0a68)
UCharDbArray Class Reference

Shadow class to mimik POOL blobs. More...

#include <RootCnv/PoolClasses.h>

Public Member Functions

 UCharDbArray ()=default
 Default constructor. More...
 
virtual ~UCharDbArray ()
 Standard destructor. More...
 

Public Attributes

int m_size = 0
 Size of buffer. More...
 
unsigned char * m_buffer = nullptr
 Buffer with object content. More...
 

Detailed Description

Shadow class to mimik POOL blobs.

Definition at line 48 of file PoolClasses.h.

Constructor & Destructor Documentation

UCharDbArray::UCharDbArray ( )
default

Default constructor.

virtual UCharDbArray::~UCharDbArray ( )
inlinevirtual

Standard destructor.

Definition at line 57 of file PoolClasses.h.

58  {
59  if ( m_buffer ) delete[] m_buffer;
60  m_buffer = nullptr;
61  }
unsigned char * m_buffer
Buffer with object content.
Definition: PoolClasses.h:53

Member Data Documentation

unsigned char* UCharDbArray::m_buffer = nullptr

Buffer with object content.

Definition at line 53 of file PoolClasses.h.

int UCharDbArray::m_size = 0

Size of buffer.

Definition at line 51 of file PoolClasses.h.


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