omni::graph::core::GraphInstanceID

Defined in omni/graph/core/Handle.h

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.