ATLAS Offline Software
Loading...
Searching...
No Matches
ByteStreamEventStorageOutputSvc::EventCache Struct Reference
Collaboration diagram for ByteStreamEventStorageOutputSvc::EventCache:

Public Member Functions

void releaseEvent ()

Public Attributes

std::unique_ptr< uint32_t[] > buffer {nullptr}
 Underlying data structure.
unsigned int size {0}

Detailed Description

Definition at line 169 of file ByteStreamEventStorageOutputSvc.h.

Member Function Documentation

◆ releaseEvent()

void ByteStreamEventStorageOutputSvc::EventCache::releaseEvent ( )
inline

Definition at line 170 of file ByteStreamEventStorageOutputSvc.h.

170 {
171 buffer.reset(nullptr);
172 size = 0;
173 }
std::unique_ptr< uint32_t[] > buffer
Underlying data structure.

Member Data Documentation

◆ buffer

std::unique_ptr< uint32_t[] > ByteStreamEventStorageOutputSvc::EventCache::buffer {nullptr}

Underlying data structure.

Definition at line 176 of file ByteStreamEventStorageOutputSvc.h.

176{nullptr};

◆ size

unsigned int ByteStreamEventStorageOutputSvc::EventCache::size {0}

Definition at line 178 of file ByteStreamEventStorageOutputSvc.h.

178{0};

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