Android-cuttlefish cvd tool
Public Member Functions | Private Attributes | List of all members
cuttlefish::FlagInfo Class Reference

#include <flags_collector.h>

Collaboration diagram for cuttlefish::FlagInfo:
Collaboration graph
[legend]

Public Member Functions

 FlagInfo (std::string name, std::string type)
 
const std::string & Name () const
 
const std::string & Type () const
 

Private Attributes

std::string name_
 
std::string type_
 

Constructor & Destructor Documentation

◆ FlagInfo()

cuttlefish::FlagInfo::FlagInfo ( std::string  name,
std::string  type 
)

Member Function Documentation

◆ Name()

const std::string & cuttlefish::FlagInfo::Name ( ) const
inline

◆ Type()

const std::string & cuttlefish::FlagInfo::Type ( ) const
inline

Member Data Documentation

◆ name_

std::string cuttlefish::FlagInfo::name_
private

◆ type_

std::string cuttlefish::FlagInfo::type_
private

The documentation for this class was generated from the following files: