Android-cuttlefish cvd tool
Classes | Namespaces | Enumerations | Functions
parse.h File Reference
#include <iostream>
#include <optional>
#include <string>
#include <vector>
#include <android-base/logging.h>
#include "cuttlefish/common/libs/utils/result.h"
Include dependency graph for parse.h:
This graph shows which files directly or indirectly include this file:

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)