foobar2000 SDK  2015-01-14
Data Structures | Namespaces | Functions
order_helper.h File Reference

Go to the source code of this file.

Data Structures

class  order_helper
 

Namespaces

 pfc
 

Functions

void pfc::create_move_items_permutation (t_size *p_output, t_size p_count, const class bit_array &p_selection, int p_delta)
 
t_size pfc::permutation_find_reverse (t_size const *order, t_size count, t_size value)
 
bool pfc::permutation_is_valid (t_size const *order, t_size count)
 
void pfc::permutation_validate (t_size const *order, t_size count)
 
 pfc::PFC_DECLARE_EXCEPTION (exception_invalid_permutation, exception_invalid_params,"Invalid permutation")