|
| std::unique_ptr< RawEvent > | rawEvent {nullptr} |
| | Current event fragment.
|
| std::unique_ptr< uint32_t[]> | dataBuffer {nullptr} |
| | Underlying data structure.
|
Definition at line 39 of file ByteStreamRDP_OutputSvc.h.
◆ releaseEvent()
| void ByteStreamRDP_OutputSvc::EventCache::releaseEvent |
( |
| ) |
|
|
inline |
Definition at line 40 of file ByteStreamRDP_OutputSvc.h.
40 {
43 }
std::unique_ptr< RawEvent > rawEvent
Current event fragment.
std::unique_ptr< uint32_t[]> dataBuffer
Underlying data structure.
◆ dataBuffer
| std::unique_ptr<uint32_t[]> ByteStreamRDP_OutputSvc::EventCache::dataBuffer {nullptr} |
◆ rawEvent
| std::unique_ptr<RawEvent> ByteStreamRDP_OutputSvc::EventCache::rawEvent {nullptr} |
The documentation for this struct was generated from the following file: