|
sprint 1-alpha
|
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... | |
Namespaces | |
| namespace | sprint |
Sprint is a lightweight c++ library to handle different task with crossplatform attention (trying to compile both on MSVC and Mingw on WIn32 and GCC on Linux. | |
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::ref< T > | sprint::ref (T &ptr) |
| utility to create ref object | |
reference ref class
1.7.4