Skip to main content

vrtree_cpp::Handle

Helper struct to take any handle and close it appropriately.

#include <interface_helpers.hpp>

Public Functions

TypeName
voidclose(HNode handle)
Closes a node handle.
voidclose(HMeta handle)
Closes a metanode handle.
voidclose(HMigration handle)
Closes a migration handle.
voidclose(HFFIVar handle)
Close an FFI var handle.

Public Functions Documentation

close

static inline void close(
HNode handle
)

Closes a node handle.

close

static inline void close(
HMeta handle
)

Closes a metanode handle.

close

static inline void close(
HMigration handle
)

Closes a migration handle.

close

static inline void close(
HFFIVar handle
)

Close an FFI var handle.