ArmNN
 20.05
CounterSet Class Referencefinal

#include <ICounterDirectory.hpp>

Public Member Functions

 CounterSet (uint16_t counterSetUid, const std::string &name, uint16_t count)
 

Public Attributes

uint16_t m_Uid
 
std::string m_Name
 
uint16_t m_Count
 

Detailed Description

Definition at line 79 of file ICounterDirectory.hpp.

Constructor & Destructor Documentation

◆ CounterSet()

CounterSet ( uint16_t  counterSetUid,
const std::string &  name,
uint16_t  count 
)
inline

Definition at line 83 of file ICounterDirectory.hpp.

84  : m_Uid(counterSetUid)
85  , m_Name(name)
86  , m_Count(count)
87  {}

Member Data Documentation

◆ m_Count

uint16_t m_Count

Definition at line 92 of file ICounterDirectory.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ m_Name

std::string m_Name

Definition at line 91 of file ICounterDirectory.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

◆ m_Uid


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