ATLAS Offline Software
|
#include <StorageSvc/DbArray.h>
Public Member Functions | |
DbArray () | |
Standard Constructor. More... | |
virtual | ~DbArray () |
Standard Destructor. More... | |
void | allocate (int siz, bool do_delete) |
Allocate an object buffer. More... | |
void | release (bool do_delete) |
Release data buffer with or without delete. More... | |
Public Attributes | |
int | m_size |
Size of buffer. More... | |
T * | m_buffer |
Buffer with object content. More... | |
Private Member Functions | |
DbArray (const DbArray &) | |
Objects of this type cannot be copied. More... | |
Class describing arbitrary arrays
|
inlineprivate |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
T* pool::DbArray< T >::m_buffer |
int pool::DbArray< T >::m_size |