Header.  
More...
#include <boost/version.hpp>
#include <osvr/Util/StdInt.h>
#include <boost/interprocess/mem_algo/rbtree_best_fit.hpp>
#include <boost/interprocess/interprocess_fwd.hpp>
#include <boost/interprocess/offset_ptr.hpp>
#include <cctype>
#include <string>
#include <boost/interprocess/managed_shared_memory.hpp>
Go to the source code of this file.
|  | 
| template<typename T > | 
| using | osvr::common::ipc::ipc_offset_ptr = boost::interprocess::offset_ptr< T > | 
|  | 
| template<class MutexFamily > | 
| using | osvr::common::ipc::my_mem_alloc_algo = boost::interprocess::rbtree_best_fit< MutexFamily, ipc_offset_ptr< void > > | 
|  | 
| template<class IndexConfig > | 
| using | osvr::common::ipc::index_type = boost::interprocess::iset_index< IndexConfig > | 
|  | 
| typedef uint8_t | osvr::common::ipc::SharedMemoryBackendType | 
|  | 
| using | osvr::common::ipc::basic_managed_shm = boost::interprocess::basic_managed_shared_memory< char, my_mem_alloc_algo< boost::interprocess::mutex_family >, index_type > | 
|  | 
| using | osvr::common::ipc::default_managed_shm = basic_managed_shm | 
|  | 
|  | 
| std::string | osvr::common::ipc::make_name_safe (std::string const &input) | 
|  | Turns all "unsafe" characters in a name into underscores.  More... 
 | 
|  | 
Header. 
- Date
- 2015
- Author
- Sensics, Inc. http://sensics.com/osvr 
Definition in file SharedMemory.h.
      
        
          | #define BOOST_CB_DISABLE_DEBUG |