realroot_doc 0.1.1
|
#include <system_method.hpp>
Definition at line 44 of file system_method.hpp.
virtual ~method_debug | ( | void | ) | [inline, virtual] |
Definition at line 46 of file system_method.hpp.
{}
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().
{ std::cerr << msg << std::endl; exit(1); }