Android-cuttlefish cvd tool
Classes | Namespaces | Typedefs
reporting.h File Reference
#include <string>
#include <tuple>
#include <vector>
#include <fruit/fruit.h>
Include dependency graph for reporting.h:
This graph shows which files directly or indirectly include this file:

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)>