openMSX
Public Member Functions | List of all members
ProfileCounters< ENABLED, ENUM > Class Template Reference

#include <ProfileCounters.hh>

Inheritance diagram for ProfileCounters< ENABLED, ENUM >:
Inheritance graph
[legend]

Public Member Functions

 ProfileCounters (const ProfileCounters &)=delete
 
 ProfileCounters (ProfileCounters &&)=delete
 
ProfileCountersoperator= (const ProfileCounters &)=delete
 
ProfileCountersoperator= (ProfileCounters &&)=delete
 
 ~ProfileCounters ()
 
void tick (ENUM e) const
 

Detailed Description

template<bool ENABLED, typename ENUM>
class ProfileCounters< ENABLED, ENUM >

Definition at line 87 of file ProfileCounters.hh.

Constructor & Destructor Documentation

◆ ProfileCounters() [1/2]

template<bool ENABLED, typename ENUM >
ProfileCounters< ENABLED, ENUM >::ProfileCounters ( const ProfileCounters< ENABLED, ENUM > &  )
delete

◆ ProfileCounters() [2/2]

template<bool ENABLED, typename ENUM >
ProfileCounters< ENABLED, ENUM >::ProfileCounters ( ProfileCounters< ENABLED, ENUM > &&  )
delete

◆ ~ProfileCounters()

template<bool ENABLED, typename ENUM >
ProfileCounters< ENABLED, ENUM >::~ProfileCounters ( )
inline

Definition at line 96 of file ProfileCounters.hh.

References enumerate().

Member Function Documentation

◆ operator=() [1/2]

template<bool ENABLED, typename ENUM >
ProfileCounters & ProfileCounters< ENABLED, ENUM >::operator= ( const ProfileCounters< ENABLED, ENUM > &  )
delete

◆ operator=() [2/2]

template<bool ENABLED, typename ENUM >
ProfileCounters & ProfileCounters< ENABLED, ENUM >::operator= ( ProfileCounters< ENABLED, ENUM > &&  )
delete

◆ tick()

template<bool ENABLED, typename ENUM >
void ProfileCounters< ENABLED, ENUM >::tick ( ENUM  e) const
inline

Definition at line 104 of file ProfileCounters.hh.

Referenced by openmsx::MSXCPU::invalidateAllSlotsRWCache().


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