Gecode::Support::QuickSortStack< Type > Class Template Reference
#include <sort.hh>
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] |
Member Function Documentation
template<class Type>
bool Gecode::Support::QuickSortStack< Type >::empty | ( | void | ) | const [inline] |
template<class Type>
void Gecode::Support::QuickSortStack< Type >::push | ( | Type * | , | |
Type * | ||||
) | [inline] |
template<class Type>
void Gecode::Support::QuickSortStack< Type >::pop | ( | Type *& | , | |
Type *& | ||||
) | [inline] |
The documentation for this class was generated from the following file:
- gecode/support/sort.hh (Revision: 3514)