PVData C++ 8.0.7
Loading...
Searching...
No Matches
detail::ref_shower< T > Struct Template Reference

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

◆ ref_shower()

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.

Member Data Documentation

◆ ptr

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

Definition at line 165 of file sharedPtr.h.

◆ self

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

Definition at line 166 of file sharedPtr.h.

◆ weak

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: