TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
debugPrintf.h File Reference
#include "G3D/platform.h"
#include <stdio.h>
#include <cstdarg>
#include "G3D/format.h"
#include <string>
+ Include dependency graph for debugPrintf.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 G3D
 
 G3D::_internal
 

Typedefs

typedef void(* G3D::ConsolePrintHook )(const std::string &)
 

Functions

void G3D::setConsolePrintHook (ConsolePrintHook h)
 
ConsolePrintHook G3D::consolePrintHook ()
 
std::string __cdecl G3D::consolePrintf (const char *fmt...) G3D_CHECK_PRINTF_ARGS
 
std::string G3D::consolePrint (const std::string &)
 
std::string __cdecl G3D::debugPrintf (const char *fmt...) G3D_CHECK_PRINTF_ARGS
 
std::string G3D::debugPrint (const std::string &)
 

Variables

ConsolePrintHook G3D::_internal::_consolePrintHook
 

Detailed Description

Morgan McGuire, http://graphics.cs.williams.edu

2001-08-26 2007-07-20

Copyright 2000-2007, Morgan McGuire. All rights reserved.