AMROC Main     Blockstructured Adaptive Mesh Refinement in object-oriented C++


Main Page   Class Hierarchy   Compound List   File List  

AllocError.h

Go to the documentation of this file.
00001 #ifndef AMROC_ALLOC_ERROR_H
00002 #define AMROC_ALLOC_ERROR_H
00003 
00009 #include <new.h>
00010 #include "string_CompConf.h"
00011 
00016 class AllocError {
00017 
00018 private:
00019   static string ClassName;
00020   static string Position;
00021 
00022 public:
00023   AllocError() {}
00024 
00025   static void SetTexts(const char* name, const char* pos);
00026   static void Init();
00027   static void ReportAllocError();
00028 
00029 };
00030 
00031 
00032 #endif


Quickstart     Users Guide     Programmers Reference     Installation      Examples     Download



AMROC Main      Home      Contact
last update: 06/01/04