Android-cuttlefish cvd tool
|
#include <ostream>
#include <string_view>
#include <fmt/ostream.h>
#include "cuttlefish/common/libs/utils/result.h"
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
Enumerations | |
enum class | cuttlefish::ExternalNetworkMode { cuttlefish::kUnknown , cuttlefish::kTap , cuttlefish::kSlirp } |
Functions | |
std::ostream & | cuttlefish::operator<< (std::ostream &out, ExternalNetworkMode net) |
Result< ExternalNetworkMode > | cuttlefish::ParseExternalNetworkMode (std::string_view str) |