#include <command_request.h>
◆ CommandRequest()
| cuttlefish::CommandRequest::CommandRequest |
( |
std::vector< std::string > |
args, |
|
|
std::unordered_map< std::string, std::string > |
env, |
|
|
selector::SelectorOptions |
selectors |
|
) |
| |
|
private |
◆ Env()
| const std::unordered_map< std::string, std::string > & cuttlefish::CommandRequest::Env |
( |
| ) |
const |
|
inline |
◆ Selectors()
◆ Subcommand()
| const std::string & cuttlefish::CommandRequest::Subcommand |
( |
| ) |
const |
|
inline |
◆ SubcommandArguments()
| const std::vector< std::string > & cuttlefish::CommandRequest::SubcommandArguments |
( |
| ) |
const |
|
inline |
◆ CommandRequestBuilder
◆ args_
| std::vector<std::string> cuttlefish::CommandRequest::args_ |
|
private |
◆ env_
| std::unordered_map<std::string, std::string> cuttlefish::CommandRequest::env_ |
|
private |
◆ selectors_
◆ subcommand_
| std::string cuttlefish::CommandRequest::subcommand_ |
|
private |
◆ subcommand_arguments_
| std::vector<std::string> cuttlefish::CommandRequest::subcommand_arguments_ |
|
private |
The documentation for this class was generated from the following files: