AttrKey#
Fully qualified name: omni::graph::core::AttrKey
-
struct AttrKey#
Handle type representing attributes, which require two parts to be valid.
Public Functions
- inline AttrKey(
- HandleInt const p = pathToHandleInt(TargetPath()),
- HandleInt const t = tokenToHandleInt(NameToken()),
-
inline constexpr AttrKey(TargetPath const p, NameToken const t)#
- inline explicit AttrKey(
- TargetPath const fullPath,
- BackendId backendID,
-
inline TargetPath path() const noexcept#