Android-cuttlefish cvd tool
Public Member Functions | List of all members
cuttlefish::CommandSource Class Referenceabstract

#include <command_source.h>

Inheritance diagram for cuttlefish::CommandSource:
Inheritance graph
[legend]
Collaboration diagram for cuttlefish::CommandSource:
Collaboration graph
[legend]

Public Member Functions

virtual ~CommandSource ()=default
 
virtual Result< std::vector< MonitorCommand > > Commands ()=0
 
- Public Member Functions inherited from cuttlefish::SetupFeature
virtual ~SetupFeature ()
 
virtual bool Enabled () const
 
- Public Member Functions inherited from cuttlefish::Feature< SetupFeature >
virtual ~Feature ()=default
 
virtual std::string Name () const=0
 

Additional Inherited Members

- Static Public Member Functions inherited from cuttlefish::SetupFeature
static Result< void > RunSetup (const std::vector< SetupFeature * > &features)
 
- Static Public Member Functions inherited from cuttlefish::Feature< SetupFeature >
static Result< void > TopologicalVisit (const std::unordered_set< SetupFeature * > &features, const std::function< Result< void >(SetupFeature *)> &callback)
 

Constructor & Destructor Documentation

◆ ~CommandSource()

virtual cuttlefish::CommandSource::~CommandSource ( )
virtualdefault

Member Function Documentation

◆ Commands()

virtual Result< std::vector< MonitorCommand > > cuttlefish::CommandSource::Commands ( )
pure virtual

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