Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::interprocess::managed_weak_ptr< T, ManagedMemory > Struct Template Reference

Returns the type of a weak pointer of type T with the allocator boost::interprocess::allocator allocator and boost::interprocess::deleter deleter that can be constructed in the given managed segment type. More...

#include <weak_ptr.hpp>

Public Types

typedef weak_ptr< T, typename
ManagedMemory::template
allocator< void >::type,
typename
ManagedMemory::template
deleter< T >::type
type
 

Detailed Description

template<class T, class ManagedMemory>
struct boost::interprocess::managed_weak_ptr< T, ManagedMemory >

Returns the type of a weak pointer of type T with the allocator boost::interprocess::allocator allocator and boost::interprocess::deleter deleter that can be constructed in the given managed segment type.

Member Typedef Documentation

template<class T, class ManagedMemory>
typedef weak_ptr< T , typename ManagedMemory::template allocator<void>::type , typename ManagedMemory::template deleter<T>::type > boost::interprocess::managed_weak_ptr< T, ManagedMemory >::type

The documentation for this struct was generated from the following file: