ArmNN
 20.05
ModelRelationship Struct Reference

#include <TimelineModel.hpp>

Public Member Functions

 ModelRelationship (const ITimelineDecoder::Relationship &relationship)
 

Public Attributes

ITimelineDecoder::Relationship m_Relationship
 
std::vector< Entity * > m_RelatedEntities
 

Detailed Description

Definition at line 44 of file TimelineModel.hpp.

Constructor & Destructor Documentation

◆ ModelRelationship()

ModelRelationship ( const ITimelineDecoder::Relationship relationship)
inline

Definition at line 46 of file TimelineModel.hpp.

46 : m_Relationship(relationship) {}
ITimelineDecoder::Relationship m_Relationship

Member Data Documentation

◆ m_RelatedEntities

std::vector<Entity*> m_RelatedEntities

Definition at line 48 of file TimelineModel.hpp.

◆ m_Relationship

Definition at line 47 of file TimelineModel.hpp.


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