|
Android-cuttlefish cvd tool
|
#include <iostream>#include <optional>#include <string>#include <vector>#include "cuttlefish/common/libs/utils/tee_logging.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Classes | |
| struct | cuttlefish::Parsed |
Namespaces | |
| namespace | cuttlefish |
Enumerations | |
| enum class | cuttlefish::SnapshotCmd : int { cuttlefish::kUnknown = 0 , cuttlefish::kSuspend = 1 , cuttlefish::kResume = 2 , cuttlefish::kSnapshotTake = 3 } |
Functions | |
| std::ostream & | cuttlefish::operator<< (std::ostream &out, const SnapshotCmd &cmd) |
| Result< Parsed > | cuttlefish::Parse (int argc, char **argv) |
| Result< Parsed > | cuttlefish::Parse (std::vector< std::string > &args) |