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

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