sprint 1-alpha
Classes | Namespaces | Functions
sprint/container/ref.h File Reference

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

Detailed Description

reference ref class

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines