method_debug Struct Reference

#include <system_method.hpp>

List of all members.

Public Member Functions


Detailed Description

Definition at line 44 of file system_method.hpp.


Constructor & Destructor Documentation

virtual ~method_debug ( void   )  [inline, virtual]

Definition at line 46 of file system_method.hpp.

00046 {}


Member Function Documentation

virtual void output ( const char *  msg  )  [inline, virtual]

Definition at line 47 of file system_method.hpp.

Referenced by method< system, _strgy_, _rdslv_, _sbdrl_ >::error().

00047                                             {
00048           std::cerr << msg << std::endl;
00049           exit(1);
00050       }


The documentation for this struct was generated from the following file:

Generated on 6 Dec 2012 for realroot by  doxygen 1.6.1