|
Android-cuttlefish cvd tool
|


Public Member Functions | |
| INJECT (ParseGflagsImpl(ConfigFlag &config)) | |
| std::string | Name () const override |
| std::unordered_set< FlagFeature * > | Dependencies () const override |
| Result< void > | Process (std::vector< std::string > &args) override |
| bool | WriteGflagsCompatHelpXml (std::ostream &out) const override |
Public Member Functions inherited from cuttlefish::Feature< FlagFeature > | |
| virtual | ~Feature ()=default |
| virtual std::string | Name () const=0 |
Private Attributes | |
| ConfigFlag & | config_ |
Additional Inherited Members | |
Static Public Member Functions inherited from cuttlefish::FlagFeature | |
| 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) |
|
inlineoverridevirtual |
Implements cuttlefish::Feature< FlagFeature >.
|
inline |
|
inlineoverridevirtual |
Implements cuttlefish::Feature< FlagFeature >.
|
inlineoverridevirtual |
Implements cuttlefish::FlagFeature.
|
inlineoverridevirtual |
Implements cuttlefish::FlagFeature.
|
private |