SmartFolder  1.0
SmartFolder is a way to search files on your system and group the results. The program will interpret search queries and create a folder with symbolic links to all the found matches.
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  src
 Daemon.cSource file that contains the implementation for our background process computation
 Daemon.hHeader file that contains the definitions for our background process computation
 HashSet.cSource file that contains the implementation for a HashSet data structure containing Strings
 HashSet.hHeader file that contains the definitions for a HashSet data structure containing Strings
 Linker.cSource file that contains the implementation for the functions that will take care of the SmartFolder creation as well as the link creation
 Linker.hHeader file that contains the definitions for the functions that will take care of the SmartFolder creation as well as the link creation
 List.cSource file that contains the implementation for a simple linked List data structure containing Strings
 List.hHeader file that contains the definitions for a simple linked List data structure containing Strings
 Logger.cSource file that contains the implementation for logging to the console
 Logger.hHeader file that contains the definitions for logging to the console
 Parser.cSource file that contains the implementation of our Parser
 Parser.hHeader file that contains the definitions of our Parser
 Search.cSource file that contains the implementation of our Search (crawler)
 Search.hHeader file that contains the definitions of our Search (crawler)
 SmartFolder.cMain entry point of our program
 Stack.cSource file that contains the implementation for a generic Stack data structure
 Stack.hHeader file that contains the definitions for a generic Stack data structure
 Syscall.cSource file that contains the implementation for system calls wrapper functions used in our program
 Syscall.hHeader file that contains the definitions for system calls wrapper functions used in our program
 SysFile.cSource file that contains the implementation for the writing of files about our folder execution
 SysFile.hHeader file that contains the definitions for the writing of files about our folder execution