|
GEGELATI
|
Internal structure of the type erasure pattern. More...
#include <untypedSharedPtr.h>
Public Member Functions | |
| virtual | ~Concept ()=default |
| Default deleter made virtual to activate polyphormism. | |
| virtual const std::type_info & | getType () const =0 |
| Polymorphic getType() function. | |
| virtual const std::type_info & | getPtrType () const =0 |
| Polymorphic getPtrType() function. | |
Internal structure of the type erasure pattern.
Polymorphic getPtrType() function.
Implemented in Data::UntypedSharedPtr::Model< T >.
Polymorphic getType() function.
Implemented in Data::UntypedSharedPtr::Model< T >.