Definition in file genericalgs.h.
#include <algorithm>
Include dependency graph for genericalgs.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Generic |
Defines | |
#define | ISEQ(container) (container).begin(),(container).end() |
Use whenever a pair of iterators are expected, as in: std::for_each(ISEQ(container),std::mem_fun(&Container::update)). | |
#define | callMemberFunction(object, ptrToMember) ((object).*(ptrToMember)) |
Use to avoid the tricky C++ member function calling syntax. |
|
Use to avoid the tricky C++ member function calling syntax. (based on the 3/2000 C++ FAQ LITE question 30.5) Definition at line 29 of file genericalgs.h. |
|
Use whenever a pair of iterators are expected, as in: std::for_each(ISEQ(container),std::mem_fun(&Container::update)). (based on a proposal in Stroustrup's "C++, 3rd Ed.", section 18.3.1) Definition at line 19 of file genericalgs.h. Referenced by LissomMap::backproject(), LissomMap::get_weights(), WorldViews::is_empty(), Histo::OneDBinList< Count, Value >::max_value(), Histo::OneDBinList< Count, Value >::max_value_bin(), NeuralRegionMap::measure_stimulus_map(), Retinal_Composite::next(), WorldViews::reset(), Retinal_Composite::reset(), FixedWtRegion::size_connection_bytes(), FixedWtRegion::size_unique_connections(), Retinal_AnchoredManagedComposite::stringrep(), Retinal_Composite::stringrep(), Histo::OneDBinList< Count, Value >::sum_count(), Histo::OneDBinList< Count, Value >::sum_value(), Retinal_Composite::update(), Histo::OneDBinList< Count, Value >::vector_sum(), and Histo::OneDBinList< Count, Value >::weighted_sum(). |