libzypp  15.28.6
zypp::AutoDispose< Tp >::Impl Struct Reference
Inheritance diagram for zypp::AutoDispose< Tp >::Impl:

Public Member Functions

 Impl (param_type value_r)
 
 Impl (param_type value_r, const Dispose &dispose_r)
 
 ~Impl ()
 

Public Attributes

value_type _value
 
Dispose _dispose
 

Detailed Description

template<class Tp>
struct zypp::AutoDispose< Tp >::Impl

Definition at line 170 of file AutoDispose.h.

Constructor & Destructor Documentation

template<class Tp>
zypp::AutoDispose< Tp >::Impl::Impl ( param_type  value_r)
inline

Definition at line 172 of file AutoDispose.h.

template<class Tp>
zypp::AutoDispose< Tp >::Impl::Impl ( param_type  value_r,
const Dispose dispose_r 
)
inline

Definition at line 175 of file AutoDispose.h.

template<class Tp>
zypp::AutoDispose< Tp >::Impl::~Impl ( )
inline

Definition at line 179 of file AutoDispose.h.

Member Data Documentation

template<class Tp>
value_type zypp::AutoDispose< Tp >::Impl::_value

Definition at line 184 of file AutoDispose.h.

template<class Tp>
Dispose zypp::AutoDispose< Tp >::Impl::_dispose

Definition at line 185 of file AutoDispose.h.


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