Fawkes API  Fawkes Development Version
fawkes::MetricsAspect Class Reference

#include <>>

Inheritance diagram for fawkes::MetricsAspect:

Public Member Functions

 MetricsAspect (MetricsSupplier *metrics_supplier) __attribute__((nonnull))
 Constructor. More...
 
virtual ~MetricsAspect ()
 Virtual empty destructor. More...
 
- Public Member Functions inherited from fawkes::Aspect
const std::list< const char * > & get_aspects () const
 Get list of aspect names attached to a aspected thread. More...
 

Additional Inherited Members

- Protected Member Functions inherited from fawkes::Aspect
void add_aspect (const char *name)
 Add an aspect to a thread. More...
 

Detailed Description

Thread aspect to provide metrics.

Author
Tim Niemueller

Definition at line 38 of file metrics.h.

Constructor & Destructor Documentation

◆ MetricsAspect()

fawkes::MetricsAspect::MetricsAspect ( MetricsSupplier metrics_supplier)

Constructor.

Parameters
metrics_suppliermetrics supplier

Definition at line 39 of file metrics.cpp.

◆ ~MetricsAspect()

fawkes::MetricsAspect::~MetricsAspect ( )
virtual

Virtual empty destructor.

Definition at line 46 of file metrics.cpp.


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