|
sigx++
2.0.1
|
#include <sigc++/reference_wrapper.h>Go to the source code of this file.
Namespaces | |
| 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) |
1.8.6