Pointer implementation. More...
#include <Pointer.h>

Public Member Functions | |
| T * | get () const |
| Retrieve the stored pointer (implementation) | |
| Impl (const boost::shared_ptr< T > &pointer=boost::shared_ptr< T >()) | |
| Constructor. | |
| virtual | ~Impl () |
| Destructor. | |
Public Attributes | |
| boost::shared_ptr< T > | pointer |
| The stored pointer. | |
Pointer implementation.
| variant_topic_tools::Pointer< T >::Impl::Impl | ( | const boost::shared_ptr< T > & | pointer = boost::shared_ptr< T >() | ) |
Constructor.
| virtual variant_topic_tools::Pointer< T >::Impl::~Impl | ( | ) | [virtual] |
Destructor.
| T* variant_topic_tools::Pointer< T >::Impl::get | ( | ) | const [virtual] |
Retrieve the stored pointer (implementation)
Implements variant_topic_tools::Pointer< T >::ImplA.
| boost::shared_ptr<T> variant_topic_tools::Pointer< T >::Impl::pointer |