vrtree_cpp::Handle
Helper struct to take any handle and close it appropriately.
#include <interface_helpers.hpp>
Public Functions
Type | Name |
---|---|
void | close(HNode handle) Closes a node handle. |
void | close(HMeta handle) Closes a metanode handle. |
void | close(HMigration handle) Closes a migration handle. |
void | close(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.