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 176 of file ByteStreamEventStorageOutputSvc.h.

Member Function Documentation

◆ releaseEvent()

void ByteStreamEventStorageOutputSvc::EventCache::releaseEvent ( )
inline

Definition at line 177 of file ByteStreamEventStorageOutputSvc.h.

177 {
178 buffer.reset(nullptr);
179 size = 0;
180 }
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 183 of file ByteStreamEventStorageOutputSvc.h.

183{nullptr};

◆ size

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

Definition at line 185 of file ByteStreamEventStorageOutputSvc.h.

185{0};

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