Structs§
- NvList
- Safe idiomatic nvlist_t wrapper. Use it when you need to create your own nvlist. Cleanly frees underlying memory when dropped.
- NvList
Iterator - NvList
Ref - Safe idiomatic nvlist_t wrapper. Use it when you need access to nvlist_t that is NOT owned by you. It tracks the lifetime of its parent object and does not outlive it.
- NvPair
- Safe idiomatic nvpair_t wrapper.