Mantid
Loading...
Searching...
No Matches
Public Member Functions | List of all members
MapSupport::mapDelete< KeyPart, PtrPart > Class Template Reference

Functor for deleting the second component of a map. More...

#include <MapSupport.h>

Public Member Functions

void operator() (std::pair< const KeyPart, PtrPart > &A)
 deletion of the map:second ptr More...
 

Detailed Description

template<typename KeyPart, typename PtrPart>
class MapSupport::mapDelete< KeyPart, PtrPart >

Functor for deleting the second component of a map.

Author
S. Ansell
Date
2/9/05
Version
1.0

This functor takes a map of key,Pointer and deletes the memory associated with teh pointer.

Definition at line 112 of file MapSupport.h.

Member Function Documentation

◆ operator()()

template<typename KeyPart , typename PtrPart >
void MapSupport::mapDelete< KeyPart, PtrPart >::operator() ( std::pair< const KeyPart, PtrPart > &  A)
inline

deletion of the map:second ptr

Definition at line 115 of file MapSupport.h.


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