#include <unistd.h>#include <stdlib.h>#include <string>#include <iostream>#include <list>#include "file_manip.h"
Classes | |
| struct | input_output< Input, Output > |
Defines | |
| #define | MAKE_PAIR(a, b) make_pair(string(a), string(b)) |
Functions | |
| void | is_files_identical_tests (char const *prog_name) |
| void | create_file_list_tests () |
| int | main (int, char *argv[]) |
| #define MAKE_PAIR | ( | a, | |||
| b | ) | make_pair(string(a), string(b)) |
| void create_file_list_tests | ( | ) |
References create_file_list().
Referenced by main().
| void is_files_identical_tests | ( | char const * | prog_name | ) |
References input_output< Input, Output >::input, is_files_identical(), and input_output< Input, Output >::output.
Referenced by main().
| int main | ( | int | , | |
| char * | argv[] | |||
| ) |
References create_file_list_tests(), and is_files_identical_tests().
1.6.1