Public Types

smart_ptr_traits< T > Struct Template Reference

#include <ref_traits.hpp>

List of all members.

Public Types

typedef boost::shared_ptr< T > ref_type
typedef boost::weak_ptr< T > weak_ref_type

Detailed Description

template<typename T>
struct dds::core::smart_ptr_traits< T >

Definition at line 38 of file ref_traits.hpp.


Member Typedef Documentation

typedef boost::shared_ptr<T> ref_type

Definition at line 39 of file ref_traits.hpp.

typedef boost::weak_ptr<T> weak_ref_type

Definition at line 40 of file ref_traits.hpp.


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