#include <core/shm.h>
|
static managed_shm::segment_manager::template construct_proxy< T >::type | construct (const std::string &name) |
|
static T * | find (const std::string &name) |
|
static bool | destroy (const std::string &name) |
|
static T * | find_and_ref (const std::string &name) |
|
static bool | destroy_array (const std::string &name, array_ptr arr) |
|
◆ allocator
◆ array
◆ array_ptr
◆ string
◆ vector
◆ construct()
template<typename T >
managed_shm::segment_manager::template construct_proxy< T >::type vistle::shm< T >::construct |
( |
const std::string & |
name | ) |
|
|
static |
◆ destroy()
template<typename T >
bool vistle::shm< T >::destroy |
( |
const std::string & |
name | ) |
|
|
static |
◆ destroy_array()
◆ find()
◆ find_and_ref()
template<typename T >
T * vistle::shm< T >::find_and_ref |
( |
const std::string & |
name | ) |
|
|
static |
The documentation for this struct was generated from the following files: