Android-cuttlefish cvd tool
Public Member Functions | Public Attributes | List of all members
cuttlefish::anonymous_namespace{create_converter_parser.cpp}::StringParser Struct Reference
Collaboration diagram for cuttlefish::anonymous_namespace{create_converter_parser.cpp}::StringParser:
Collaboration graph
[legend]

Public Member Functions

 StringParser (const char *orig)
 
 StringParser (const char *orig, bool allow_empty)
 
 StringParser (const char *orig, const char *alias)
 
 StringParser (const char *orig, const char *alias, bool allow_empty)
 
Flag Parser ()
 

Public Attributes

std::string orig
 
std::string alias
 
bool allow_empty
 
std::optional< std::string > token
 

Constructor & Destructor Documentation

◆ StringParser() [1/4]

cuttlefish::anonymous_namespace{create_converter_parser.cpp}::StringParser::StringParser ( const char *  orig)
inline

◆ StringParser() [2/4]

cuttlefish::anonymous_namespace{create_converter_parser.cpp}::StringParser::StringParser ( const char *  orig,
bool  allow_empty 
)
inline

◆ StringParser() [3/4]

cuttlefish::anonymous_namespace{create_converter_parser.cpp}::StringParser::StringParser ( const char *  orig,
const char *  alias 
)
inline

◆ StringParser() [4/4]

cuttlefish::anonymous_namespace{create_converter_parser.cpp}::StringParser::StringParser ( const char *  orig,
const char *  alias,
bool  allow_empty 
)
inline

Member Function Documentation

◆ Parser()

Flag cuttlefish::anonymous_namespace{create_converter_parser.cpp}::StringParser::Parser ( )
inline

Member Data Documentation

◆ alias

std::string cuttlefish::anonymous_namespace{create_converter_parser.cpp}::StringParser::alias

◆ allow_empty

bool cuttlefish::anonymous_namespace{create_converter_parser.cpp}::StringParser::allow_empty

◆ orig

std::string cuttlefish::anonymous_namespace{create_converter_parser.cpp}::StringParser::orig

◆ token

std::optional<std::string> cuttlefish::anonymous_namespace{create_converter_parser.cpp}::StringParser::token

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