Files Classes Functions Hierarchy
#include <projfilestest.h>
Static Public Member Functions | |
| static void | test01 () |
| Read unique source and header files into cfcontainervec container and print. | |
| static void | test02 () |
| Read unique source and header files into cfcontainerhash container and print. | |
Static Public Attributes | |
| static string | doc [] |
| Brief description of each test. | |
Definition at line 7 of file projfilestest.h.
| void projfilestest::test01 | ( | ) | [static] |
Read unique source and header files into cfcontainervec container and print.
Definition at line 13 of file projfilestest.cpp.
References projfiles< CFC >::construct(), and projfiles< CFC >::print().
Referenced by main().
00014 { 00015 projfiles<cfcontainervec> pf; 00016 pf.construct(); 00017 pf.print(); 00018 }
| void projfilestest::test02 | ( | ) | [static] |
Read unique source and header files into cfcontainerhash container and print.
Definition at line 20 of file projfilestest.cpp.
References projfiles< CFC >::construct(), and projfiles< CFC >::print().
Referenced by main().
00021 { 00022 projfiles<cfcontainerhash> pf; 00023 pf.construct(); 00024 pf.print(); 00025 }
string projfilestest::doc [static] |
Initial value:
{
"",
"Read unique source and header files into container and print.",
"Read unique source and header files into cfcontainerhash container and print."
}
Definition at line 12 of file projfilestest.h.
Referenced by main().
1.5.8