FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
purge.h File Reference
#include <algorithm>
+ Include dependency graph for purge.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class Seq >
void purge (Seq &c)
 
template<class InpIt >
void purge (InpIt begin, InpIt end)
 
template<class Seq >
void purge_map (Seq &c)
 
template<class InpIt >
void purge_map (InpIt begin, InpIt end)
 

Function Documentation

◆ purge() [1/2]

template<class Seq >
void purge ( Seq &  c)

Definition at line 28 of file purge.h.

Referenced by FIFE::Model::deleteMaps(), FIFE::Layer::~Layer(), and FIFE::Model::~Model().

+ Here is the caller graph for this function:

◆ purge() [2/2]

template<class InpIt >
void purge ( InpIt  begin,
InpIt  end 
)

Definition at line 38 of file purge.h.

◆ purge_map() [1/2]

template<class Seq >
void purge_map ( Seq &  c)

Definition at line 45 of file purge.h.

Referenced by FIFE::Model::~Model().

+ Here is the caller graph for this function:

◆ purge_map() [2/2]

template<class InpIt >
void purge_map ( InpIt  begin,
InpIt  end 
)

Definition at line 55 of file purge.h.