|
X-Boost
2.3.8
|
reference ref class More...
Go to the source code of this file.
Classes | |
| class | sprint::detail::ref< T > |
| a reference holder of an object More... | |
| class | sprint::detail::const_ref< T > |
| a const reference holder of an object More... | |
Functions | |
| template<class T > | |
| sprint::detail::const_ref< T > | sprint::ref (const T &ptr) |
| utility to creare const_ref object | |
| template<class T > | |
| sprint::detail::const_ref< T > | sprint::c_ref (const T &ptr) |
| utility to creare const_ref object | |
| template<class T > | |
| sprint::detail::ref< T > | sprint::ref (T &ptr) |
| utility to create ref object | |
reference ref class
1.8.7