Nebula
Loading...
Searching...
No Matches
debuginterface.h
Go to the documentation of this file.
1#pragma once
2//------------------------------------------------------------------------------
14#include "core/singleton.h"
15
16//------------------------------------------------------------------------------
17namespace Debug
18{
31
32} // namespace Debug
33//------------------------------------------------------------------------------
34
Interface object of the Debug subsystem.
Definition debuginterface.h:20
__DeclareClass(DebugInterface)
virtual void Open()
open the interface object
Definition debuginterface.cc:39
__DeclareInterfaceSingleton(DebugInterface)
virtual ~DebugInterface()
destructor
Definition debuginterface.cc:30
DebugInterface()
constructor
Definition debuginterface.cc:22
Base class for interfaces.
Definition interfacebase.h:22
Definition corepagehandler.cc:13