Android-cuttlefish cvd tool
Classes | Namespaces | Functions
from_gflags.h File Reference
#include <string>
#include <vector>
#include "gflags/gflags.h"
#include "cuttlefish/result/result.h"
Include dependency graph for from_gflags.h:
This graph shows which files directly or indirectly include this file:

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)