|
Mantid
|
This functor is used as the deleter object of a shared_ptr to effectively erase ownership Raw pointers can be passed out as non-owning shared_ptrs that don't delete. More...
#include <IComponent.h>
Public Member Functions | |
| void | operator() (const void *) |
| Does nothing. | |
| void | operator() (void *) |
| Does nothing. | |
This functor is used as the deleter object of a shared_ptr to effectively erase ownership Raw pointers can be passed out as non-owning shared_ptrs that don't delete.
Definition at line 173 of file IComponent.h.
|
inline |
Does nothing.
Definition at line 178 of file IComponent.h.
|
inline |
Does nothing.
Definition at line 176 of file IComponent.h.