The Gaudi Framework
v30r3 (a5ef0a68)
|
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... | |
Shadow class to mimik POOL blobs.
Definition at line 48 of file PoolClasses.h.
|
default |
Default constructor.
|
inlinevirtual |
Standard destructor.
Definition at line 57 of file PoolClasses.h.
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.