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

Go to the source code of this file.

Classes

struct  cuttlefish::LoadDirectories
 
struct  cuttlefish::CvdFlags
 
struct  cuttlefish::Override
 
struct  cuttlefish::LoadFlags
 

Namespaces

namespace  cuttlefish
 

Functions

std::ostream & cuttlefish::operator<< (std::ostream &out, const Override &override)
 
Result< LoadFlags > cuttlefish::GetFlags (std::vector< std::string > &args, const std::string &working_directory)
 
Result< CvdFlags > cuttlefish::GetCvdFlags (const LoadFlags &flags)