#include <functional.hpp>
Inheritance diagram for s11n::reference_f< T * >:
Public Types | |
typedef reference_base_f< T >::type | type |
_ref must not be 0. | |
Public Member Functions | |
reference_f (type *_ref) |
Definition at line 88 of file functional.hpp.
typedef reference_base_f<T>::type s11n::reference_f< T * >::type |
_ref must not be 0.
Reimplemented from s11n::reference_base_f< T >.
Definition at line 91 of file functional.hpp.
s11n::reference_f< T * >::reference_f | ( | type * | _ref | ) | [inline, explicit] |
Definition at line 92 of file functional.hpp.