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

Equations.h

Go to the documentation of this file.
00001 // Equations.h: interface for the CEquations class.
00002 //
00004 
00005 #if !defined(AFX_EQUATIONS_H__CDC3D2A1_DFDF_11D3_80FD_00C04F41E083__INCLUDED_)
00006 #define AFX_EQUATIONS_H__CDC3D2A1_DFDF_11D3_80FD_00C04F41E083__INCLUDED_
00007 
00008 #if _MSC_VER > 1000
00009 #pragma once
00010 #endif // _MSC_VER > 1000
00011 
00012 class CComponents;
00013 
00014 class CEquations  
00015 {
00016 public:
00017 
00018         CEquations(const CEquations& rEqns, CComponents* pComp);        //Overloaded copy constructor
00019         CEquations(CComponents* pComp); //Constructor
00020         virtual ~CEquations();
00021 
00022 
00023 private:
00024         CEquations();                   //default not to be used
00025 
00026 };
00027 
00028 #endif // !defined(AFX_EQUATIONS_H__CDC3D2A1_DFDF_11D3_80FD_00C04F41E083__INCLUDED_)

Generated on Mon Nov 3 09:37:48 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002