Built-in pointer implementation. More...
#include <BuiltinPointer.h>

Public Member Functions | |
| ValueType * | get () const |
| Retrieve the stored pointer (implementation) | |
| Impl (const boost::shared_ptr< ValueType > &builtin=boost::shared_ptr< ValueType >()) | |
| Constructor. | |
| virtual | ~Impl () |
| Destructor. | |
Public Attributes | |
| boost::shared_ptr< ValueType > | builtin |
Built-in pointer implementation.
Definition at line 64 of file BuiltinPointer.h.
| variant_topic_tools::BuiltinPointer< T >::Impl::Impl | ( | const boost::shared_ptr< ValueType > & | builtin = boost::shared_ptr< ValueType >() | ) |
Constructor.
| virtual variant_topic_tools::BuiltinPointer< T >::Impl::~Impl | ( | ) | [virtual] |
Destructor.
| ValueType* variant_topic_tools::BuiltinPointer< T >::Impl::get | ( | ) | const [virtual] |
Retrieve the stored pointer (implementation)
Implements variant_topic_tools::Pointer< T >::ImplA.
| boost::shared_ptr<ValueType> variant_topic_tools::BuiltinPointer< T >::Impl::builtin |
Definition at line 80 of file BuiltinPointer.h.