Pointer implementation (abstract base) More...
#include <Pointer.h>
Public Member Functions | |
virtual T * | get () const =0 |
Retrieve the stored pointer (abstract declaration) More... | |
ImplA () | |
Constructor. More... | |
virtual | ~ImplA () |
Destructor. More... | |
Pointer implementation (abstract base)
variant_topic_tools::Pointer< T >::ImplA::ImplA | ( | ) |
Constructor.
|
virtual |
Destructor.
|
pure virtual |
Retrieve the stored pointer (abstract declaration)
Implemented in variant_topic_tools::Pointer< T >::Impl, variant_topic_tools::ArrayMemberPointer< T >::Impl, variant_topic_tools::MessageMemberPointer< T, M >::Impl, and variant_topic_tools::BuiltinPointer< T >::Impl.