ArmNN
 20.05
TestFunctorA Class Reference

#include <ProfilingTests.hpp>

Inheritance diagram for TestFunctorA:
CommandHandlerFunctor TestFunctorB TestFunctorC

Public Member Functions

int GetCount ()
 
void operator() (const Packet &packet) override
 
- Public Member Functions inherited from CommandHandlerFunctor
 CommandHandlerFunctor (uint32_t familyId, uint32_t packetId, uint32_t version)
 
uint32_t GetFamilyId () const
 
uint32_t GetPacketId () const
 
uint32_t GetVersion () const
 
virtual ~CommandHandlerFunctor ()
 

Detailed Description

Definition at line 175 of file ProfilingTests.hpp.

Member Function Documentation

◆ GetCount()

int GetCount ( )
inline

Definition at line 180 of file ProfilingTests.hpp.

Referenced by BOOST_AUTO_TEST_CASE().

180 { return m_Count; }

◆ operator()()

void operator() ( const Packet &  packet)
inlineoverridevirtual

Implements CommandHandlerFunctor.

Definition at line 182 of file ProfilingTests.hpp.

References armnn::IgnoreUnused().

183  {
184  IgnoreUnused(packet);
185  m_Count++;
186  }
void IgnoreUnused(Ts &&...)

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