Class FiInfoWrapper

Class Documentation

class FiInfoWrapper

RAII wrapper for fi_info structure.

This class provides a convenient RAII wrapper for the fi_info structure used in the BackendLibfabric module. It automatically allocates and frees the fi_info structure, ensuring proper resource management.

Public Functions

inline FiInfoWrapper()
inline fi_info *get() const

Get the underlying fi_info pointer.

Returns:

fi_info* The underlying fi_info pointer.