MLIB
Loading...
Searching...
No Matches
shmem.h File Reference

Shared memory object with support for single-writer multiple-readers. More...

#include "safe_winsock.h"
#include <stdexcept>

Go to the source code of this file.

Data Structures

class  mlib::shmem_base
 Base class for shared memory objects. More...
 
class  mlib::shmem< S, B >
 Shared memory area with support for single-writer multiple-readers. More...
 
class  mlib::lockr< S, B >
 Smart read pointer for a shared memory area. More...
 
class  mlib::lockw< S, B >
 Smart write pointer for a shared memory area. More...
 

Detailed Description

Shared memory object with support for single-writer multiple-readers.

(c) Mircea Neacsu 2004-2017