ArmNN
 21.11
EventClassObj Class Reference

#include <TimelineModel.hpp>

Public Member Functions

 EventClassObj (uint64_t guid, const std::string &name)
 
uint64_t GetGuid () const
 
const std::string & GetName () const
 

Detailed Description

Definition at line 52 of file TimelineModel.hpp.

Constructor & Destructor Documentation

◆ EventClassObj()

EventClassObj ( uint64_t  guid,
const std::string &  name 
)
inline

Definition at line 55 of file TimelineModel.hpp.

55 : m_Guid(guid), m_Name(name) {}

Member Function Documentation

◆ GetGuid()

uint64_t GetGuid ( ) const
inline

Definition at line 56 of file TimelineModel.hpp.

Referenced by TimelineModel::AddEventClass().

56 {return m_Guid;}

◆ GetName()

const std::string& GetName ( ) const
inline

Definition at line 57 of file TimelineModel.hpp.

57 {return m_Name;}

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