|
template<typename T , typename F1 , typename F2 , typename F3 > |
static void | filter_final (T &&src, location_set &dest, const terrain_filter &, const F1 &f1, const F2 &f2, const F3 &f3) |
|
template<typename T , typename F1 , typename F2 > |
static void | filter_special_loc (T &&src, location_set &dest, const terrain_filter &filter, const F1 &f1, const F2 &f2) |
|
template<typename T , typename F1 > |
static void | filter_area (T &&src, location_set &dest, const terrain_filter &filter, const F1 &f1) |
|
template<typename T > |
static void | filter_xy (T &&src, location_set &dest, const terrain_filter &filter, bool with_border) |
|
Definition at line 445 of file filter.cpp.
◆ location_set
◆ filter_area()
template<typename T , typename F1 >
◆ filter_final()
template<typename T , typename F1 , typename F2 , typename F3 >
static void terrain_filterimpl::filter_final |
( |
T && |
src, |
|
|
location_set & |
dest, |
|
|
const terrain_filter & |
, |
|
|
const F1 & |
f1, |
|
|
const F2 & |
f2, |
|
|
const F3 & |
f3 |
|
) |
| |
|
inlinestatic |
◆ filter_special_loc()
template<typename T , typename F1 , typename F2 >
static void terrain_filterimpl::filter_special_loc |
( |
T && |
src, |
|
|
location_set & |
dest, |
|
|
const terrain_filter & |
filter, |
|
|
const F1 & |
f1, |
|
|
const F2 & |
f2 |
|
) |
| |
|
inlinestatic |
◆ filter_xy()
The documentation for this class was generated from the following file: