libzypp  15.28.6
AutoDispose.h File Reference
#include <iosfwd>
#include <boost/call_traits.hpp>
#include "zypp/base/NonCopyable.h"
#include "zypp/base/PtrTypes.h"
#include "zypp/base/Function.h"
Include dependency graph for AutoDispose.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zypp::AutoDispose< Tp >
 Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose handle to it is destroyed or reset. More...
 
struct  zypp::AutoDispose< Tp >::Impl
 
class  zypp::AutoFD
 AutoDispose<int> calling ::close More...
 
class  zypp::AutoFILE
 AutoDispose<FILE*> calling ::fclose More...
 
struct  zypp::AutoFREE< Tp >
 
struct  zypp::AutoFREE< void >
 

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.