Android-cuttlefish cvd tool
|
#include <optional>
#include <ostream>
#include <string>
#include <variant>
#include <vector>
#include <fmt/format.h>
#include "cuttlefish/common/libs/utils/flag_parser.h"
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
Macros | |
#define | CONST_IF_LATER_FMTLIB |
Typedefs | |
using | cuttlefish::ChromeOsBuildString = std::variant< ChromeOsBuilder, std::string > |
Functions | |
std::ostream & | cuttlefish::operator<< (std::ostream &stream, const ChromeOsBuilder &cob) |
std::ostream & | cuttlefish::operator<< (std::ostream &stream, const ChromeOsBuildString &cb) |
std::ostream & | cuttlefish::operator<< (std::ostream &stream, const std::optional< ChromeOsBuildString > &cb) |
Flag | cuttlefish::GflagsCompatFlag (const std::string &name, std::vector< std::optional< ChromeOsBuildString > > &value) |
#define CONST_IF_LATER_FMTLIB |