27 for(
t_size walk = 0; walk < inCount && content.
get_count() < max; ++walk) {
28 content += data[walk]->get_path();
33 char * temp = _strdup(p_what);
34 if (temp == NULL)
throw std::bad_alloc();
42 t_size n, m = p_list.get_count();
44 __add( p_list.get_item(n)->get_path() );
55 t_size n, m = p_list.get_count();
58 filesystem::g_get_display_path(p_list.get_item(n)->get_path(),temp);
T get_item(t_size n) const
Generic variable bit_array implementation. Needs to be initialized with requested array size before ...
void set(t_size n, bool val)
void free_mask(const bit_array &p_mask)
t_size add_item(const T &item)
void sort_t(t_compare p_compare)
static void file_list_remove_duplicates(pfc::ptr_list_t< char > &out)
string8_t< pfc::alloc_fast_aggressive > string8_fastalloc