zx::profile

Summary

Inheritance

Inherits from: zx::object< profile >

Constructors and Destructors

profile()
profile(zx_handle_t value)
profile(handle && h)
profile(profile && other)

Public static attributes

TYPE = ZX_OBJ_TYPE_PROFILE
constexpr zx_obj_type_t

Public functions

operator=(profile && other)

Public static functions

create(const resource & profile_rsrc, uint32_t options, const zx_profile_info_t *info, profile *result)
zx_status_t

Public static attributes

TYPE

constexpr zx_obj_type_t TYPE = ZX_OBJ_TYPE_PROFILE

Public functions

operator=

profile & operator=(
  profile && other
)

profile

constexpr profile()=default

profile

 profile(
  zx_handle_t value
)

profile

 profile(
  handle && h
)

profile

 profile(
  profile && other
)

Public static functions

create

zx_status_t create(
  const resource & profile_rsrc,
  uint32_t options,
  const zx_profile_info_t *info,
  profile *result
)