Go to the source code of this file.
|  | 
| template<int direction> | 
| static int _cdecl | _custom_sort_compare (const void *v1, const void *v2) | 
|  | 
| template<int direction> | 
| static int | custom_sort_compare (const custom_sort_data &elem1, const custom_sort_data &elem2) | 
|  | 
template<int direction> 
  
  | 
        
          | static int _cdecl _custom_sort_compare | ( | const void * | v1, |  
          |  |  | const void * | v2 |  
          |  | ) |  |  |  | static | 
 
Definition at line 28 of file metadb_handle_list.cpp.
   29     return custom_sort_compare<direction>(*
reinterpret_cast<const custom_sort_data*
>(v1),*reinterpret_cast<const custom_sort_data*>(v2));
  
 
template<int direction> 
  
  | 
        
          | static int custom_sort_compare | ( | const custom_sort_data & | elem1, |  
          |  |  | const custom_sort_data & | elem2 |  
          |  | ) |  |  |  | static | 
 
Definition at line 20 of file metadb_handle_list.cpp.
   21     int ret = direction * StrCmpLogicalW(elem1.text,elem2.text);
 int sgn_t(const T &p_val)
pfc::sized_int_t< sizeof(size_t) >::t_signed t_ssize