Android-cuttlefish cvd tool
Namespaces | Enumerations | Functions | Variables
metrics_environment.h File Reference
#include <string>
#include <string_view>
Include dependency graph for metrics_environment.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Enumerations

enum class  cuttlefish::ClearcutEnvironment { cuttlefish::Local , cuttlefish::Staging , cuttlefish::Production }
 

Functions

std::string cuttlefish::EnvironmentToString (ClearcutEnvironment environment)
 

Variables

constexpr std::string_view cuttlefish::kClearcutLocal = "local"
 
constexpr std::string_view cuttlefish::kClearcutStaging = "staging"
 
constexpr std::string_view cuttlefish::kClearcutProduction = "production"