|
pstore2
|
Opens a shared memory object containing type Ty with the given name. More...
#include <shared_memory.hpp>
Public Member Functions | |
| shared_memory (std::string const &name) | |
| shared_memory (shared_memory const &)=delete | |
| shared_memory (shared_memory &&rhs) noexcept | |
| shared_memory & | operator= (shared_memory const &)=delete |
| shared_memory & | operator= (shared_memory &&rhs) noexcept |
| Ty & | operator* () |
| Ty const & | operator* () const |
| Ty * | operator-> () |
| Ty const * | operator-> () const |
| Ty * | get () |
| Ty const * | get () const |
Opens a shared memory object containing type Ty with the given name.
1.8.13