Android-cuttlefish cvd tool
Classes | Namespaces | Typedefs
managed.h File Reference
#include <stddef.h>
#include <memory>
#include <zip.h>
Include dependency graph for managed.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cuttlefish::ZipDeleter
 

Namespaces

namespace  cuttlefish
 

Typedefs

using cuttlefish::ManagedZip = std::unique_ptr< zip_t, ZipDeleter >
 
using cuttlefish::ManagedZipError = std::unique_ptr< zip_error_t, ZipDeleter >
 
using cuttlefish::ManagedZipSource = std::unique_ptr< zip_source_t, ZipDeleter >