Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Mantid::NoDeleting Class Reference

An object for constructing a shared_ptr that won't ever delete its pointee. More...

#include <IComponent.h>

Public Member Functions

void operator() (const void *)
 Does nothing. More...
 
void operator() (void *)
 Does nothing. More...
 

Detailed Description

An object for constructing a shared_ptr that won't ever delete its pointee.

Definition at line 166 of file IComponent.h.

Member Function Documentation

◆ operator()() [1/2]

void Mantid::NoDeleting::operator() ( const void *  )
inline

Does nothing.

Definition at line 171 of file IComponent.h.

◆ operator()() [2/2]

void Mantid::NoDeleting::operator() ( void *  )
inline

Does nothing.

Definition at line 169 of file IComponent.h.


The documentation for this class was generated from the following file: