ByRef< T > Class Template Reference

#include <smart_ptr.h>

List of all members.

Public Member Functions

 ByRef (T &v)
 operator T & ()

Private Member Functions

ByRefoperator= (const ByRef &)

Private Attributes

T & value_


Detailed Description

template<class T>
class ByRef< T >

Definition at line 438 of file smart_ptr.h.


Constructor & Destructor Documentation

template<class T>
ByRef< T >::ByRef ( T &  v  )  [inline]

Definition at line 441 of file smart_ptr.h.

00441 : value_(v) {}


Member Function Documentation

template<class T>
ByRef< T >::operator T & (  )  [inline]

Definition at line 442 of file smart_ptr.h.

00442 { return value_; }

template<class T>
ByRef& ByRef< T >::operator= ( const ByRef< T > &   )  [private]


Member Data Documentation

template<class T>
T& ByRef< T >::value_ [private]

Definition at line 447 of file smart_ptr.h.


The documentation for this class was generated from the following file:

Generated on Tue Aug 30 02:36:50 2011 for Smacky by  doxygen 1.5.8