Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

CellTest1.h

Go to the documentation of this file.
00001 // ================================================
00002 // CellTest1.h
00003 // A test for Atlfast::Cell 
00004 // ================================================
00005 #ifndef TESTATLFAST_CELLTEST1_H
00006 #define TESTATLFAST_CELLTEST1_H
00007 
00008 #ifndef TESTATLFAST_SP_H
00009 #include "TestAtlfast/SP.h"
00010 #endif
00011 
00012 #ifndef STD_ASSERT_H
00013 #include <assert.h>
00014 #define STD_ASSERT_H
00015 #endif
00016 
00017 namespace Atlfast{
00018   class Cell;
00019 }
00020 
00021 namespace TestAtlfast{
00022   using Atlfast::Cell;
00023   class CellTest1{ 
00024   public:
00025     bool operator()(SP<Cell> );
00026   };
00027 }//namespace
00028 #endif
00029 
00030 
00031 
00032 
00033 
00034 

Generated on Thu Apr 18 12:04:30 2002 for TestAtlfast by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001