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