Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
sese::system::MemInfo Struct Reference

Indicates basic information of shared memory. More...

#include <IPC.h>

Public Attributes

size_t total_size
 The total size of the shared memory, excluding the size of this structure.
 
size_t tail
 The enqueue position of the queue elements, excluding the offset of this structure.
 

Detailed Description

Indicates basic information of shared memory.

Member Data Documentation

◆ tail

size_t sese::system::MemInfo::tail

The enqueue position of the queue elements, excluding the offset of this structure.

Referenced by sese::system::IPCChannel::create(), sese::system::IPCChannel::read(), and sese::system::IPCChannel::write().

◆ total_size

size_t sese::system::MemInfo::total_size

The total size of the shared memory, excluding the size of this structure.

Referenced by sese::system::IPCChannel::create(), and sese::system::IPCChannel::write().


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