Inheritance diagram for rpa::target< ResultType, Allocator >::holder_base:
Public Member Functions | |
virtual const ResultType & | result (void)=0 |
virtual | ~holder_base () |
virtual rpa::target< ResultType, Allocator >::holder_base::~holder_base | ( | ) | [inline, virtual] |
virtual const ResultType& rpa::target< ResultType, Allocator >::holder_base::result | ( | void | ) | [pure virtual] |
When all internal 'result' function will return const reference, this will retrun a reference too, which is excellent.
Implemented in rpa::target< ResultType, Allocator >::holder< PresentType >.