The Gaudi Framework  master (ff829712)
Loading...
Searching...
No Matches
UCharDbArray Class Reference

Shadow class to mimik POOL blobs. More...

#include </builds/gaudi/Gaudi/RootCnv/include/RootCnv/PoolClasses.h>

Public Member Functions

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

Public Attributes

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

Detailed Description

Shadow class to mimik POOL blobs.

Definition at line 56 of file PoolClasses.h.

Constructor & Destructor Documentation

◆ UCharDbArray()

UCharDbArray::UCharDbArray ( )
default

Default constructor.

◆ ~UCharDbArray()

virtual UCharDbArray::~UCharDbArray ( )
inlinevirtual

Standard destructor.

Definition at line 65 of file PoolClasses.h.

65 {
66 if ( m_buffer ) delete[] m_buffer;
67 m_buffer = nullptr;
68 }
unsigned char * m_buffer
Buffer with object content.
Definition PoolClasses.h:61

Member Data Documentation

◆ m_buffer

unsigned char* UCharDbArray::m_buffer = nullptr

Buffer with object content.

Definition at line 61 of file PoolClasses.h.

◆ m_size

int UCharDbArray::m_size = 0

Size of buffer.

Definition at line 59 of file PoolClasses.h.


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