Built-in pointer implementation. More...
#include <BuiltinPointer.h>
Public Member Functions | |
ValueType * | get () const |
Retrieve the stored pointer (implementation) More... | |
Impl (const boost::shared_ptr< ValueType > &builtin=boost::shared_ptr< ValueType >()) | |
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< 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 |
Destructor.
|
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.