#include <command_request.h>
◆ CommandRequestBuilder()
cuttlefish::CommandRequestBuilder::CommandRequestBuilder |
( |
| ) |
|
|
default |
◆ AddArguments() [1/4]
CommandRequestBuilder & cuttlefish::CommandRequestBuilder::AddArguments |
( |
std::initializer_list< std::string_view > |
args | ) |
& |
◆ AddArguments() [2/4]
CommandRequestBuilder cuttlefish::CommandRequestBuilder::AddArguments |
( |
std::initializer_list< std::string_view > |
args | ) |
&& |
◆ AddArguments() [3/4]
◆ AddArguments() [4/4]
◆ AddEnvVar() [1/2]
CommandRequestBuilder & cuttlefish::CommandRequestBuilder::AddEnvVar |
( |
std::string |
key, |
|
|
std::string |
val |
|
) |
| & |
◆ AddEnvVar() [2/2]
CommandRequestBuilder cuttlefish::CommandRequestBuilder::AddEnvVar |
( |
std::string |
key, |
|
|
std::string |
val |
|
) |
| && |
◆ AddSelectorArguments() [1/4]
CommandRequestBuilder & cuttlefish::CommandRequestBuilder::AddSelectorArguments |
( |
std::initializer_list< std::string_view > |
args | ) |
& |
◆ AddSelectorArguments() [2/4]
CommandRequestBuilder cuttlefish::CommandRequestBuilder::AddSelectorArguments |
( |
std::initializer_list< std::string_view > |
args | ) |
&& |
◆ AddSelectorArguments() [3/4]
◆ AddSelectorArguments() [4/4]
◆ Build()
◆ SetEnv() [1/2]
◆ SetEnv() [2/2]
◆ args_
◆ env_
◆ selector_args_
The documentation for this class was generated from the following files: