|
shared_mem | shm {name, sizeof(shared_data)} |
|
shared_data *const | data {shm.get<shared_data>()} |
|
Definition at line 37 of file shared_mem.cpp.
◆ new_data() [1/2]
void create_shm_and_child::new_data |
( |
| ) |
|
|
inline |
◆ new_data() [2/2]
void create_shm_and_child::new_data |
( |
| ) |
|
|
inline |
◆ wait_for_new_data() [1/2]
void create_shm_and_child::wait_for_new_data |
( |
| ) |
|
|
inline |
◆ wait_for_new_data() [2/2]
void create_shm_and_child::wait_for_new_data |
( |
| ) |
|
|
inline |
◆ wait_for_subproc_to_start() [1/2]
void create_shm_and_child::wait_for_subproc_to_start |
( |
| ) |
|
|
inline |
◆ wait_for_subproc_to_start() [2/2]
void create_shm_and_child::wait_for_subproc_to_start |
( |
| ) |
|
|
inline |
◆ data
shared_data *const create_shm_and_child::data {shm.get<shared_data>()} |
◆ shm
shared_mem create_shm_and_child::shm {name, sizeof(shared_data)} |
The documentation for this struct was generated from the following file: