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

#include <feature.h>

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

Static Public Member Functions

static Result< void > ProcessFlags (const std::vector< FlagFeature * > &features, std::vector< std::string > &flags)
 
static bool WriteGflagsHelpXml (const std::vector< FlagFeature * > &features, std::ostream &out)
 
- Static Public Member Functions inherited from cuttlefish::Feature< FlagFeature >
static Result< void > TopologicalVisit (const std::unordered_set< FlagFeature * > &features, const std::function< Result< void >(FlagFeature *)> &callback)
 

Private Member Functions

virtual Result< void > Process (std::vector< std::string > &flags)=0
 
virtual bool WriteGflagsCompatHelpXml (std::ostream &out) const =0
 

Additional Inherited Members

- Public Member Functions inherited from cuttlefish::Feature< FlagFeature >
virtual ~Feature ()=default
 
virtual std::string Name () const=0
 

Member Function Documentation

◆ Process()

virtual Result< void > cuttlefish::FlagFeature::Process ( std::vector< std::string > &  flags)
privatepure virtual

◆ ProcessFlags()

Result< void > cuttlefish::FlagFeature::ProcessFlags ( const std::vector< FlagFeature * > &  features,
std::vector< std::string > &  flags 
)
static

◆ WriteGflagsCompatHelpXml()

virtual bool cuttlefish::FlagFeature::WriteGflagsCompatHelpXml ( std::ostream &  out) const
privatepure virtual

◆ WriteGflagsHelpXml()

bool cuttlefish::FlagFeature::WriteGflagsHelpXml ( const std::vector< FlagFeature * > &  features,
std::ostream &  out 
)
static

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