|
Android-cuttlefish cvd tool
|
#include <string>#include <vector>#include "gflags/gflags.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Classes | |
| struct | cuttlefish::FromGflags< T > |
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< FromGflags< bool > > | cuttlefish::BoolFromGlobalGflags (const gflags::CommandLineFlagInfo &flag_info, const std::string &flag_name) |
| Result< FromGflags< bool > > | cuttlefish::BoolFromGlobalGflags (const gflags::CommandLineFlagInfo &flag_info, const std::string &flag_name, bool default_value) |
| Result< FromGflags< int > > | cuttlefish::IntFromGlobalGflags (const gflags::CommandLineFlagInfo &flag_info, const std::string &flag_name) |
| Result< FromGflags< std::string > > | cuttlefish::StringFromGlobalGflags (const gflags::CommandLineFlagInfo &flag_info, const std::string &flag_name) |