OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Enumerations | Functions
debugging.hpp File Reference
#include <boost/filesystem/fstream.hpp>
#include <boost/iostreams/stream.hpp>
#include <components/files/configurationmanager.hpp>
#include <SDL_messagebox.h>
#include "debuglog.hpp"
Include dependency graph for debugging.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Debug::DebugOutputBase
 
class  Debug::Tee
 

Namespaces

 Debug
 

Enumerations

enum  Debug::Color { Debug::Reset = 0, Debug::DarkGray = 90, Debug::Red = 91, Debug::Yellow = 93 }
 

Functions

int wrapApplication (int(*innerApplication)(int argc, char *argv[]), int argc, char *argv[], const std::string &appName)
 

Function Documentation

int wrapApplication ( int(*)(int argc, char *argv[])  innerApplication,
int  argc,
char *  argv[],
const std::string &  appName 
)

Here is the call graph for this function:

Here is the caller graph for this function: