Home
last modified time | relevance | path

Searched refs:CompareMod10 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/stxxl/stxxl-1.4.1/examples/stream/
H A Dstream1.cpp108 struct CompareMod10 struct
216 typedef stxxl::stream::runs_creator<counter_object, CompareMod10> rc_counter_type; in main()
219 CompareMod10 comparemod10; in main()
225 …typedef stxxl::stream::runs_merger<rc_counter_type::sorted_runs_type, CompareMod10> rm_counter_typ… in main()
243 … typedef stxxl::stream::runs_creator<stxxl::stream::use_push<int>, CompareMod10> rc_counter_type; in main()
246 CompareMod10 comparemod10; in main()
256 …typedef stxxl::stream::runs_merger<rc_counter_type::sorted_runs_type, CompareMod10> rm_counter_typ… in main()
274 typedef stxxl::sorter<int, CompareMod10> sr_counter_type; in main()
277 CompareMod10 comparemod10; in main()
/dports/devel/stxxl/stxxl-1.4.1/doc/
H A Dtutorial_stream.dox286 struct CompareMod10
311 // define a runs sorter for the counter stream which order by CompareMod10 object.
312 typedef stxxl::stream::runs_creator<counter_object, CompareMod10> rc_counter_type;
314 // instance of CompareMod10 comparator class
315 CompareMod10 comparemod10;
343 // define a runs sorter which accepts imperative push()s and orders by CompareMod10 object.
346 // instance of CompareMod10 comparator class.
347 CompareMod10 comparemod10;
376 typedef stxxl::sorter<int, CompareMod10> sr_counter_type;
378 // instance of CompareMod10 comparator class.
[all …]