|
FIFE
|
#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) |
| 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:| 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: