comparison dep/animia/include/animia.h @ 62:4c6dd5999b39

*: update 1. updated animia 2. use widestrings for filesystem on Windows
author Paper <mrpapersonic@gmail.com>
date Sun, 01 Oct 2023 06:16:06 -0400
parents 6ff7aabeb9d7
children eab9e623eb84
comparison
equal deleted inserted replaced
61:327568ad9be9 62:4c6dd5999b39
7 namespace Animia { 7 namespace Animia {
8 8
9 std::vector<int> get_all_pids(); 9 std::vector<int> get_all_pids();
10 std::string get_process_name(int pid); 10 std::string get_process_name(int pid);
11 std::vector<std::string> get_open_files(int pid); 11 std::vector<std::string> get_open_files(int pid);
12 std::vector<std::string> filter_system_files(const std::vector<std::string>& source);
12 std::unordered_map<int, std::vector<std::string>> get_all_open_files(); 13 std::unordered_map<int, std::vector<std::string>> get_all_open_files();
13 14
14 } 15 }
15 16
16 #endif // __animia__animia_h 17 #endif // __animia__animia_h