GraphInstanceID#

Fully qualified name: omni::graph::core::GraphInstanceID

struct GraphInstanceID#

Permanent value representing an instance.

Public Functions

inline constexpr GraphInstanceID()#
inline constexpr GraphInstanceID(NameToken _token)#
inline bool operator==(GraphInstanceID const &other) const#

Returns true if this GraphInstanceID is equal to the other.

inline bool operator!=(GraphInstanceID const &other) const#

Returns true if this GraphInstanceID is not equal to the other.

inline bool operator<(GraphInstanceID const &other) const#

Returns true if this GraphInstanceID is less than the other.

Public Members

NameToken id#

Unique token value for the instance.