|
Stxxl
1.3.2
|
All sorted runs of a sort operation. More...
#include <sorted_runs.h>

Public Member Functions | |
| const small_run_type & | small_run () const |
| void | deallocate_blocks () |
| Deallocates the blocks which the runs occupy. More... | |
| size_type | size () const |
Public Attributes | |
| size_type | elements |
| std::vector< run_type > | runs |
| std::vector< size_type > | runs_sizes |
| small_run_type | small_ |
All sorted runs of a sort operation.
|
inline |
Deallocates the blocks which the runs occupy.
runs_merger calls it when it is being destructed
1.8.5