ATLAS Offline Software
Public Types | Public Attributes | List of all members
PerfMon::Tuple Struct Reference

#include <PerfMonSvc.h>

Collaboration diagram for PerfMon::Tuple:

Public Types

typedef std::unordered_map< std::string, PerfMon::ComponentCompStore_t
 
typedef std::unordered_map< std::string, PerfMon::IoContainerIoCompStore_t
 
typedef std::unordered_map< std::string, CompStore_tCompTuple_t
 
typedef std::unordered_map< std::string, IoCompStore_tIoCompTuple_t
 

Public Attributes

CompTuple_t comp
 
IoCompTuple_t iocomp
 

Detailed Description

Definition at line 48 of file PerfMonSvc.h.

Member Typedef Documentation

◆ CompStore_t

typedef std::unordered_map<std::string, PerfMon::Component> PerfMon::Tuple::CompStore_t

Definition at line 50 of file PerfMonSvc.h.

◆ CompTuple_t

typedef std::unordered_map<std::string, CompStore_t> PerfMon::Tuple::CompTuple_t

Definition at line 53 of file PerfMonSvc.h.

◆ IoCompStore_t

typedef std::unordered_map<std::string,PerfMon::IoContainer> PerfMon::Tuple::IoCompStore_t

Definition at line 51 of file PerfMonSvc.h.

◆ IoCompTuple_t

typedef std::unordered_map<std::string,IoCompStore_t> PerfMon::Tuple::IoCompTuple_t

Definition at line 54 of file PerfMonSvc.h.

Member Data Documentation

◆ comp

CompTuple_t PerfMon::Tuple::comp

Definition at line 56 of file PerfMonSvc.h.

◆ iocomp

IoCompTuple_t PerfMon::Tuple::iocomp

Definition at line 57 of file PerfMonSvc.h.


The documentation for this struct was generated from the following file: