Android-cuttlefish cvd tool
Classes | Namespaces | Functions
flag.h File Reference
#include <functional>
#include <ostream>
#include <span>
#include <string>
#include <string_view>
#include <vector>
#include "cuttlefish/result/result.h"
Include dependency graph for flag.h:

Go to the source code of this file.

Classes

class  cuttlefish::Flag
 
struct  cuttlefish::ConsumeFlagsOpts
 

Namespaces

namespace  cuttlefish
 

Functions

std::ostream & cuttlefish::operator<< (std::ostream &out, const Flag &flag)
 
Result< void > cuttlefish::ConsumeFlags (const std::vector< Flag > &flags, std::vector< std::string > &args, ConsumeFlagsOpts opts)
 
Result< void > cuttlefish::ConsumeFlags (const std::vector< Flag > &flags, std::vector< std::string > &&args, ConsumeFlagsOpts opts)