annotate foosdk/sdk/foobar2000/helpers/file_move_helper.h @ 1:20d02a178406
default tip
*: check in everything else
yay
| author |
Paper <paper@tflc.us> |
| date |
Mon, 05 Jan 2026 02:15:46 -0500 |
| parents |
|
| children |
|
| rev |
line source |
|
1
|
1 #pragma once
|
|
|
2
|
|
|
3 class file_move_helper {
|
|
|
4 public:
|
|
|
5 static bool g_on_deleted(const pfc::list_base_const_t<const char *> & p_files);
|
|
|
6
|
|
|
7 static t_size g_filter_dead_files_sorted_make_mask(pfc::list_base_t<metadb_handle_ptr> & p_data,const pfc::list_base_const_t<const char*> & p_dead,bit_array_var & p_mask);
|
|
|
8 static t_size g_filter_dead_files_sorted(pfc::list_base_t<metadb_handle_ptr> & p_data,const pfc::list_base_const_t<const char*> & p_dead);
|
|
|
9 static t_size g_filter_dead_files(pfc::list_base_t<metadb_handle_ptr> & p_data,const pfc::list_base_const_t<const char*> & p_dead);
|
|
|
10 };
|