proj home

Files   Classes   Functions   Hierarchy  

projfilestest Class Reference

Test projfiles. More...

#include <projfilestest.h>

Collaboration diagram for projfilestest:

List of all members.

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.


Detailed Description

Test projfiles.

Definition at line 7 of file projfilestest.h.


Member Function Documentation

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 }


Member Data Documentation

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."
}
Brief description of each test.

Definition at line 12 of file projfilestest.h.

Referenced by main().


The documentation for this class was generated from the following files:

Generated on Fri Mar 4 00:50:11 2011 for Chelton Evans Source by  doxygen 1.5.8