Go to the source code of this file.
Namespaces | |
namespace | blue_sky |
Functions | |
template<typename strategy_t , typename method_t > | |
void | blue_sky::for_each_well (facility_manager< strategy_t > &facility_list, method_t method) |
For each well in facility_list calls method method. | |
template<typename strategy_t , typename method_t > | |
void | blue_sky::for_each_facility (facility_manager< strategy_t > &facility_list, method_t method) |
For each facility in facility_list calls method method. | |
template<typename strategy_t , typename method_t > | |
bool | blue_sky::for_each_well_while_cond (facility_manager< strategy_t > &facility_list, method_t method) |
For each well in facilit_list calls method method while method not return true. | |
template<typename strategy_t , typename method_t > | |
size_t | blue_sky::for_each_well_acc (facility_manager< strategy_t > &facility_list, method_t method) |
Accumulates values returned by method for each well in facility_list. |