Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Olympe::NodeGraph::PinId Struct Reference

#include <NodeGraphCore.h>

Public Member Functions

bool operator== (const PinId &other) const
 
bool operator!= (const PinId &other) const
 
bool operator< (const PinId &other) const
 

Public Attributes

uint32_t value = 0
 

Detailed Description

Definition at line 44 of file NodeGraphCore.h.

Member Function Documentation

◆ operator!=()

bool Olympe::NodeGraph::PinId::operator!= ( const PinId other) const
inline

Definition at line 48 of file NodeGraphCore.h.

References GetComponentTypeID_Static(), and value.

+ Here is the call graph for this function:

◆ operator<()

bool Olympe::NodeGraph::PinId::operator< ( const PinId other) const
inline

Definition at line 49 of file NodeGraphCore.h.

References GetComponentTypeID_Static(), and value.

+ Here is the call graph for this function:

◆ operator==()

bool Olympe::NodeGraph::PinId::operator== ( const PinId other) const
inline

Definition at line 47 of file NodeGraphCore.h.

References GetComponentTypeID_Static(), and value.

+ Here is the call graph for this function:

Member Data Documentation

◆ value

uint32_t Olympe::NodeGraph::PinId::value = 0

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