MetroCollect  2.3.4
SourceInterests.h File Reference
#include <memory>
#include <vector>
Include dependency graph for SourceInterests.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MetroCollect::MetricsSource::Interests
 Boolean array to keep track of which fields a source has to fetch metrics for. More...
 

Namespaces

 MetroCollect::MetricsSource
 Namespace for sources of metrics objects and operations.
 

Typedefs

using MetroCollect::MetricsSource::SourceInterests = std::shared_ptr< std::vector< MetricsSource::Interests > >
 Type used to store and share interests of multiple sources. More...
 

Functions

SourceInterests MetroCollect::MetricsSource::makeSourceInterests (bool value=false)
 Construct a new shared pointer to a SourceInterests object. More...