Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

s11n::pointer_base_f< T > Struct Template Reference

Pointer equivalent of reference_base_f. More...

#include <experimental.hpp>

Inheritance diagram for s11n::pointer_base_f< T >:

s11n::pointer_f< T > s11n::pointer_f< T > s11n::pointer_f< T * > s11n::pointer_f< T * > List of all members.

Public Types

typedef T type
 Same as T, possibly const-qualified.
typedef T type
 Same as T, possibly const-qualified.

Public Member Functions

 pointer_base_f (type *_ref)
 pointer_base_f (type &_ref)
typeoperator() () const
 Returns a [const] pointer to the object this one refers to.
typeget () const
 For convention's sake...
typeoperator-> () const
bool empty () const
 pointer_base_f (type *_ref)
 pointer_base_f (type &_ref)
typeoperator() () const
 Returns a [const] pointer to the object this one refers to.
typeget () const
 For convention's sake...
typeoperator-> () const
bool empty () const

Public Attributes

typevalue
typevalue

Detailed Description

template<typename T>
struct s11n::pointer_base_f< T >

Pointer equivalent of reference_base_f.

Added in 1.1.3.

T may be const or not, but should not have a pointer qualification. Specializations of pointer_f take care of getting rid of the extra const/pointer/reference qualifiers.

Definition at line 126 of file experimental.hpp.


Member Typedef Documentation

template<typename T>
typedef T s11n::pointer_base_f< T >::type
 

Same as T, possibly const-qualified.

Reimplemented in s11n::pointer_f< T >, s11n::pointer_f< T const >, s11n::pointer_f< T * >, s11n::pointer_f< T const * >, s11n::pointer_f< T >, s11n::pointer_f< T const >, s11n::pointer_f< T * >, and s11n::pointer_f< T const * >.

Definition at line 132 of file functional.hpp.

template<typename T>
typedef T s11n::pointer_base_f< T >::type
 

Same as T, possibly const-qualified.

Reimplemented in s11n::pointer_f< T >, s11n::pointer_f< T const >, s11n::pointer_f< T * >, s11n::pointer_f< T const * >, s11n::pointer_f< T >, s11n::pointer_f< T const >, s11n::pointer_f< T * >, and s11n::pointer_f< T const * >.

Definition at line 129 of file experimental.hpp.


Constructor & Destructor Documentation

template<typename T>
s11n::pointer_base_f< T >::pointer_base_f type _ref  )  [inline, explicit]
 

Definition at line 131 of file experimental.hpp.

template<typename T>
s11n::pointer_base_f< T >::pointer_base_f type _ref  )  [inline, explicit]
 

Definition at line 133 of file experimental.hpp.

template<typename T>
s11n::pointer_base_f< T >::pointer_base_f type _ref  )  [inline, explicit]
 

Definition at line 134 of file functional.hpp.

template<typename T>
s11n::pointer_base_f< T >::pointer_base_f type _ref  )  [inline, explicit]
 

Definition at line 136 of file functional.hpp.


Member Function Documentation

template<typename T>
bool s11n::pointer_base_f< T >::empty  )  const [inline]
 

Definition at line 158 of file functional.hpp.

template<typename T>
bool s11n::pointer_base_f< T >::empty  )  const [inline]
 

Definition at line 155 of file experimental.hpp.

template<typename T>
type* s11n::pointer_base_f< T >::get  )  const [inline]
 

For convention's sake...

Definition at line 148 of file functional.hpp.

template<typename T>
type* s11n::pointer_base_f< T >::get  )  const [inline]
 

For convention's sake...

Definition at line 145 of file experimental.hpp.

template<typename T>
type* s11n::pointer_base_f< T >::operator()  )  const [inline]
 

Returns a [const] pointer to the object this one refers to.

Definition at line 142 of file functional.hpp.

template<typename T>
type* s11n::pointer_base_f< T >::operator()  )  const [inline]
 

Returns a [const] pointer to the object this one refers to.

Definition at line 139 of file experimental.hpp.

template<typename T>
type* s11n::pointer_base_f< T >::operator->  )  const [inline]
 

Definition at line 153 of file functional.hpp.

template<typename T>
type* s11n::pointer_base_f< T >::operator->  )  const [inline]
 

Definition at line 150 of file experimental.hpp.


Member Data Documentation

template<typename T>
type* s11n::pointer_base_f< T >::value
 

Definition at line 133 of file functional.hpp.

template<typename T>
type* s11n::pointer_base_f< T >::value
 

Definition at line 130 of file experimental.hpp.


The documentation for this struct was generated from the following files:
Generated on Thu Sep 29 20:01:15 2005 for libs11n-1.1.3-dev by  doxygen 1.4.1