|
PPL
1.2
|
#include <swapping_sort_templates.hh>
Public Types | |
| typedef RA_Container::size_type | size_type |
Public Member Functions | |
| Indirect_Swapper (RA_Container &cont, size_type base=0) | |
| void | operator() (size_type i, size_type j) const |
Public Attributes | |
| RA_Container & | container |
| const size_type | base_index |
Definition at line 70 of file swapping_sort_templates.hh.
| typedef RA_Container::size_type Parma_Polyhedra_Library::Implementation::Indirect_Swapper< RA_Container >::size_type |
Definition at line 71 of file swapping_sort_templates.hh.
|
inline |
Definition at line 73 of file swapping_sort_templates.hh.
|
inline |
Definition at line 77 of file swapping_sort_templates.hh.
References Parma_Polyhedra_Library::Implementation::Indirect_Swapper< RA_Container >::base_index, Parma_Polyhedra_Library::Implementation::Indirect_Swapper< RA_Container >::container, and Parma_Polyhedra_Library::swap().
| const size_type Parma_Polyhedra_Library::Implementation::Indirect_Swapper< RA_Container >::base_index |
Definition at line 83 of file swapping_sort_templates.hh.
Referenced by Parma_Polyhedra_Library::Implementation::Indirect_Swapper< RA_Container >::operator()().
| RA_Container& Parma_Polyhedra_Library::Implementation::Indirect_Swapper< RA_Container >::container |
Definition at line 82 of file swapping_sort_templates.hh.
Referenced by Parma_Polyhedra_Library::Implementation::Indirect_Swapper< RA_Container >::operator()().