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

Squarexc.hh

Go to the documentation of this file.
00001 #ifndef SQUAREXC_HEADER
00002 #define SQUAREXC_HEADER
00003 
00004 // ==== Squarexc.hh ====
00005 
00011 // 19-Sep-2001. Andras Aszodi
00012 
00013 // ---- STANDARD HEADERS ----
00014 
00015 #include <stdlib.h>
00016 #include <string.h>
00017 
00018 #ifdef _STANDARD_C_PLUS_PLUS
00019 #include <iostream>
00020 #include <iomanip>
00021 using namespace std;
00022 #else
00023 #include <iostream.h>
00024 #include <iomanip.h>
00025 #endif
00026 
00027 // ---- MODULE HEADERS ----
00028 
00029 #include"Rangedimexc.hh"
00030 
00031 // ==== CLASSES ====
00032 
00033 namespace RazorBack {
00034 
00041 class Squarexc_: public Dimexc_
00042 {
00043     // methods
00044     public:
00045     
00051     Squarexc_(const char *Thnm, unsigned int D1, unsigned int D2, bool F=false); 
00052     
00053     private:
00054     Squarexc_();    // disallow default ctor
00055 };
00056 // END OF CLASS Squarexc_
00057 
00058 } // RazorBack
00059 
00060 // ==== END OF HEADER Squarexc.hh ====
00061 
00062 #endif  // SQUAREXC_HEADER

Generated at Wed Aug 21 09:33:22 2002 for The Razorback C++ Library: Linear Algebra by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001