#include <sort.hh>


Public Member Functions | |
| OwningMergingReader (int data, const Offsets &offsets, std::size_t buffer, std::size_t lazy, const Compare &compare, const Combine &combine) | |
| void | Run (const ChainPosition &position) |
Definition at line 336 of file sort.hh.
| util::stream::OwningMergingReader< Compare, Combine >::OwningMergingReader | ( | int | data, | |
| const Offsets & | offsets, | |||
| std::size_t | buffer, | |||
| std::size_t | lazy, | |||
| const Compare & | compare, | |||
| const Combine & | combine | |||
| ) | [inline] |
| void util::stream::OwningMergingReader< Compare, Combine >::Run | ( | const ChainPosition & | position | ) | [inline] |
Reimplemented from util::stream::MergingReader< Compare, Combine >.
Definition at line 345 of file sort.hh.
References util::stream::Offsets::File(), util::stream::MergingReader< Compare, Combine >::in_offsets_, and util::stream::MergingReader< Compare, Combine >::Run().

1.5.9