litert::internal::EnvironmentHolder

Summary

Public attributes

handle
LiteRtEnvironment
The environment handle.
runtime
RuntimeProxy *
The runtime that the environment is associated with.

Public functions

operator!=(const EnvironmentHolder & other) const noexcept
bool
operator==(const EnvironmentHolder & other) const noexcept
bool

Public attributes

handle

LiteRtEnvironment litert::internal::EnvironmentHolder::handle

The environment handle.

runtime

RuntimeProxy * litert::internal::EnvironmentHolder::runtime

The runtime that the environment is associated with.

Public functions

operator!=

bool litert::internal::EnvironmentHolder::operator!=(
  const EnvironmentHolder & other
) const noexcept

operator==

bool litert::internal::EnvironmentHolder::operator==(
  const EnvironmentHolder & other
) const noexcept