Android-cuttlefish cvd tool
Static Public Member Functions | Public Attributes | List of all members
cuttlefish::Parser Struct Reference

#include <parser.h>

Collaboration diagram for cuttlefish::Parser:
Collaboration graph
[legend]

Static Public Member Functions

static Result< ParserConsumeAndParse (std::vector< std::string > &)
 

Public Attributes

bool ignore_sigtstp = false
 
bool when_dumped = false
 
bool when_killed = false
 
bool when_exited_with_failure = false
 
std::int32_t when_exited_with_code = -1
 
std::string first_time_argument
 

Member Function Documentation

◆ ConsumeAndParse()

Result< Parser > cuttlefish::Parser::ConsumeAndParse ( std::vector< std::string > &  args)
static

Member Data Documentation

◆ first_time_argument

std::string cuttlefish::Parser::first_time_argument

◆ ignore_sigtstp

bool cuttlefish::Parser::ignore_sigtstp = false

◆ when_dumped

bool cuttlefish::Parser::when_dumped = false

◆ when_exited_with_code

std::int32_t cuttlefish::Parser::when_exited_with_code = -1

◆ when_exited_with_failure

bool cuttlefish::Parser::when_exited_with_failure = false

◆ when_killed

bool cuttlefish::Parser::when_killed = false

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