This is Unofficial EPICS BASE Doxygen Site
detail::ref_shower< T > Struct Template Reference

#include "sharedPtr.h"

Public Member Functions

 ref_shower (const std::tr1::shared_ptr< T > &ptr, bool self, bool weak)
 

Public Attributes

const std::tr1::shared_ptr< T > & ptr
 
bool self
 
bool weak
 

Detailed Description

template<typename T>
struct detail::ref_shower< T >

Definition at line 164 of file sharedPtr.h.

Constructor & Destructor Documentation

template<typename T >
detail::ref_shower< T >::ref_shower ( const std::tr1::shared_ptr< T > &  ptr,
bool  self,
bool  weak 
)
inline

Definition at line 167 of file sharedPtr.h.

167 :ptr(ptr),self(self),weak(weak) {}
const std::tr1::shared_ptr< T > & ptr
Definition: sharedPtr.h:165

Member Data Documentation

template<typename T >
const std::tr1::shared_ptr<T>& detail::ref_shower< T >::ptr

Definition at line 165 of file sharedPtr.h.

template<typename T >
bool detail::ref_shower< T >::self

Definition at line 166 of file sharedPtr.h.

template<typename T >
bool detail::ref_shower< T >::weak

Definition at line 166 of file sharedPtr.h.


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