ATLAS Offline Software
Loading...
Searching...
No Matches
PSUtils::HitCacheCounter Struct Reference

#include <memPrint.h>

Collaboration diagram for PSUtils::HitCacheCounter:

Public Member Functions

 HitCacheCounter ()
void operator() (const HitCache::value_type &entry)

Public Attributes

unsigned int m_count

Detailed Description

Definition at line 20 of file memPrint.h.

Constructor & Destructor Documentation

◆ HitCacheCounter()

PSUtils::HitCacheCounter::HitCacheCounter ( )
inline

Definition at line 23 of file memPrint.h.

23:m_count(0){}
unsigned int m_count
Definition memPrint.h:28

Member Function Documentation

◆ operator()()

void PSUtils::HitCacheCounter::operator() ( const HitCache::value_type & entry)
inline

Definition at line 24 of file memPrint.h.

25 {
26 m_count += (entry.second).size();
27 }

Member Data Documentation

◆ m_count

unsigned int PSUtils::HitCacheCounter::m_count

Definition at line 28 of file memPrint.h.


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