Generated on Wed Nov 1 15:05:25 2006 for Gecode by doxygen 1.4.5

Gecode::Support::QuickSortStack< Type > Class Template Reference

#include <sort.hh>

List of all members.


Detailed Description

template<class Type>
class Gecode::Support::QuickSortStack< Type >

Static stack for quicksort.

Definition at line 44 of file sort.hh.

Public Member Functions

 QuickSortStack (void)
bool empty (void) const
void push (Type *, Type *)
void pop (Type *&, Type *&)


Constructor & Destructor Documentation

template<class Type>
Gecode::Support::QuickSortStack< Type >::QuickSortStack void   )  [inline]
 

Definition at line 57 of file sort.hh.


Member Function Documentation

template<class Type>
bool Gecode::Support::QuickSortStack< Type >::empty void   )  const [inline]
 

Definition at line 63 of file sort.hh.

template<class Type>
void Gecode::Support::QuickSortStack< Type >::push Type *  ,
Type * 
[inline]
 

Definition at line 69 of file sort.hh.

template<class Type>
void Gecode::Support::QuickSortStack< Type >::pop Type *&  ,
Type *& 
[inline]
 

Definition at line 75 of file sort.hh.


The documentation for this class was generated from the following file: