Android-cuttlefish cvd tool
Classes | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
cuttlefish::Downloaders Class Reference

#include <downloaders.h>

Classes

struct  Impl
 

Public Member Functions

 Downloaders (Downloaders &&)
 
 ~Downloaders ()
 
BuildApiAndroidBuild ()
 
LuciBuildApiLuci ()
 

Static Public Member Functions

static Result< DownloadersCreate (const BuildApiFlags &)
 

Private Member Functions

 Downloaders (std::unique_ptr< Impl >)
 

Private Attributes

std::unique_ptr< Implimpl_
 

Constructor & Destructor Documentation

◆ Downloaders() [1/2]

cuttlefish::Downloaders::Downloaders ( Downloaders &&  )
default

◆ ~Downloaders()

cuttlefish::Downloaders::~Downloaders ( )
default

◆ Downloaders() [2/2]

cuttlefish::Downloaders::Downloaders ( std::unique_ptr< Impl )
private

Member Function Documentation

◆ AndroidBuild()

BuildApi & cuttlefish::Downloaders::AndroidBuild ( )

◆ Create()

Result< Downloaders > cuttlefish::Downloaders::Create ( const BuildApiFlags flags)
static

◆ Luci()

LuciBuildApi & cuttlefish::Downloaders::Luci ( )

Member Data Documentation

◆ impl_

std::unique_ptr<Impl> cuttlefish::Downloaders::impl_
private

The documentation for this class was generated from the following files: