#include <functional.hpp>

Public Types | |
| typedef pointer_base_f< T const >::type | type |
Public Member Functions | |
| pointer_f (type *_ref) | |
| pointer_f (type &_ref) | |
Added in 1.1.3.
Definition at line 215 of file functional.hpp.
| typedef pointer_base_f<T const>::type s11n::pointer_f< T const * >::type |
| s11n::pointer_f< T const * >::pointer_f | ( | type * | _ref | ) | [inline, explicit] |
Definition at line 218 of file functional.hpp.
| s11n::pointer_f< T const * >::pointer_f | ( | type & | _ref | ) | [inline, explicit] |
Definition at line 220 of file functional.hpp.
1.5.3