Android-cuttlefish cvd tool
Classes | Namespaces | Enumerations | Functions
host_info.h File Reference
#include <ostream>
#include <string>
Include dependency graph for host_info.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  cuttlefish::HostInfo
 

Namespaces

namespace  cuttlefish
 

Enumerations

enum class  cuttlefish::Arch {
  cuttlefish::Arm , cuttlefish::Arm64 , cuttlefish::RiscV64 , cuttlefish::X86 ,
  cuttlefish::X86_64
}
 
enum class  cuttlefish::Os { cuttlefish::Linux , cuttlefish::Unknown }
 

Functions

std::string_view cuttlefish::ArchToStringView (Arch arch)
 
std::ostream & cuttlefish::operator<< (std::ostream &out, Arch arch)
 
template<typename Sink >
void cuttlefish::AbslStringify (Sink &sink, Arch arch)
 
std::string_view cuttlefish::format_as (Arch arch)
 
const std::string & cuttlefish::HostArchStr ()
 
Arch cuttlefish::HostArch ()
 
bool cuttlefish::IsHostCompatible (Arch arch)
 
HostInfo cuttlefish::GetHostInfo ()
 
std::ostream & cuttlefish::operator<< (std::ostream &out, Os arch)