sigx++
2.0.1
|
#include <sigc++/reference_wrapper.h>
Go to the source code of this file.
Namespaces | |
sigx | |
Constant Groups | |
sigx | |
Functions | |
template<class T_type > | |
sigc::reference_wrapper< T_type > | sigx::ref (T_type &v) |
template<class T_type > | |
sigc::const_reference_wrapper < T_type > | sigx::ref (const T_type &v) |
template<class T_type > | |
sigc::reference_wrapper< T_type > | sigx::ref (const sigc::reference_wrapper< T_type > &v) |
template<class T_type > | |
sigc::const_reference_wrapper < T_type > | sigx::ref (const sigc::const_reference_wrapper< T_type > &v) |