Android-cuttlefish cvd tool
|
#include <string>
#include <tuple>
#include <vector>
#include <fruit/fruit.h>
Go to the source code of this file.
Classes | |
class | cuttlefish::DiagnosticInformation |
class | cuttlefish::DiagnosticInformationFn< Fn, R, Args > |
struct | cuttlefish::DiagnosticInformationFnImpl< Fn, R(*)(Args...)> |
Namespaces | |
namespace | cuttlefish |
Typedefs | |
template<auto Fn> | |
using | cuttlefish::AutoDiagnostic = DiagnosticInformationFnImpl< Fn, decltype(Fn)> |