TPIE

v1.1rc1-6-g0c97303
internal_sort.h File Reference

Internal sorter objects. More...

Go to the source code of this file.

Classes

class  tpie::ami::qsort_item< Key >
 A simple class that facilitates doing key sorting followed by in-memory permuting to sort items in-memory. More...
 
class  tpie::ami::Internal_Sorter_Base< T >
 The base class for internal sorters. More...
 
class  tpie::ami::Internal_Sorter_Obj< T, Compare >
 Comparision object based Internal_Sorter_base subclass implementation; uses quick_sort_obj(). More...
 

Namespaces

 tpie
 TPIE's namespace.
 
 tpie::ami
 The namespace within TPIE for the Access Method Interface elements.
 

Detailed Description

Internal sorter objects.

Provides base class Internal_Sorter_Base for internal sorter objects and subclass implementation Internal_Sorter_Obj. Relies on quicksort variant quick_sort_obj().

Definition in file internal_sort.h.