PPL
1.2
|
#include <swapping_sort_templates.hh>
Public Types | |
typedef RA_Container1::size_type | size_type |
Public Member Functions | |
Indirect_Swapper2 (RA_Container1 &cont1, RA_Container2 &cont2) | |
void | operator() (size_type i, size_type j) const |
Public Attributes | |
RA_Container1 & | container1 |
RA_Container2 & | container2 |
Definition at line 87 of file swapping_sort_templates.hh.
typedef RA_Container1::size_type Parma_Polyhedra_Library::Implementation::Indirect_Swapper2< RA_Container1, RA_Container2 >::size_type |
Definition at line 88 of file swapping_sort_templates.hh.
|
inline |
Definition at line 90 of file swapping_sort_templates.hh.
|
inline |
Definition at line 94 of file swapping_sort_templates.hh.
References Parma_Polyhedra_Library::Implementation::Indirect_Swapper2< RA_Container1, RA_Container2 >::container1, Parma_Polyhedra_Library::Implementation::Indirect_Swapper2< RA_Container1, RA_Container2 >::container2, and Parma_Polyhedra_Library::swap().
RA_Container1& Parma_Polyhedra_Library::Implementation::Indirect_Swapper2< RA_Container1, RA_Container2 >::container1 |
Definition at line 100 of file swapping_sort_templates.hh.
Referenced by Parma_Polyhedra_Library::Implementation::Indirect_Swapper2< RA_Container1, RA_Container2 >::operator()().
RA_Container2& Parma_Polyhedra_Library::Implementation::Indirect_Swapper2< RA_Container1, RA_Container2 >::container2 |
Definition at line 101 of file swapping_sort_templates.hh.
Referenced by Parma_Polyhedra_Library::Implementation::Indirect_Swapper2< RA_Container1, RA_Container2 >::operator()().