LibreOffice Module tools (master) 1
Functions
tools::detail Namespace Reference

Functions

bool equal (Pair const &p1, Pair const &p2)
 
template<typename To , typename From >
To castTo (From from)
 
template<typename Arg , typename Ret >
Link< Arg, Ret > makeLink (void *instance, Ret(*function)(void *, Arg), const char *file, int line, const char *target)
 

Function Documentation

◆ castTo()

template<typename To , typename From >
To tools::detail::castTo ( From  from)

Definition at line 161 of file link.hxx.

References from, and To.

◆ equal()

bool tools::detail::equal ( Pair const &  p1,
Pair const &  p2 
)
inline

Definition at line 67 of file gen.hxx.

References Pair::A(), and Pair::B().

Referenced by operator==().

◆ makeLink()

template<typename Arg , typename Ret >
Link< Arg, Ret > tools::detail::makeLink ( void *  instance,
Ret(*)(void *, Arg)  function,
const char *  file,
int  line,
const char *  target 
)

Definition at line 166 of file link.hxx.

References line.