foobar2000 SDK
2015-08-03
|
#include <sort.h>
Public Member Functions | |
sort_callback_stabilizer (sort_callback &p_chain, t_size p_count) | |
virtual int | compare (t_size p_index1, t_size p_index2) const |
virtual void | swap (t_size p_index1, t_size p_index2) |
Public Member Functions inherited from pfc::sort_callback | |
void | swap_check (t_size p_index1, t_size p_index2) |
Private Attributes | |
sort_callback & | m_chain |
array_t< t_size > | m_order |
pfc::sort_callback_stabilizer::sort_callback_stabilizer | ( | sort_callback & | p_chain, |
t_size | p_count | ||
) |
Implements pfc::sort_callback.
Definition at line 247 of file sort.cpp.
Implements pfc::sort_callback.
Definition at line 254 of file sort.cpp.
|
private |