DDS-PSM-C++  1.0
ISO C++ API for OpenSplice DDS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
Public Types | List of all members
dds::core::smart_ptr_traits< T > Struct Template Reference

#include <ref_traits.hpp>

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 42 of file ref_traits.hpp.

Member Typedef Documentation

template<typename T>
typedef boost::shared_ptr<T> dds::core::smart_ptr_traits< T >::ref_type

Definition at line 43 of file ref_traits.hpp.

template<typename T>
typedef boost::weak_ptr<T> dds::core::smart_ptr_traits< T >::weak_ref_type

Definition at line 44 of file ref_traits.hpp.


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