RTFX
0.3
Real time special effects collaborative visualization and production library.
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
RTFXDebug.h
1
#ifndef __RTFX_DEBUG__
2
#define __RTFX_DEBUG__
3
4
/*
5
\file RTFXDebug
6
\brief A set of definitions used to determine if debugging output is enabled
7
and handle the debug messages.
8
9
\author Lesley Northam
10
11
October 22, 2011.
12
*/
13
14
#include <iostream>
15
#include <sstream>
16
#include <fstream>
17
18
#include <time.h>
19
20
#include "RTFX_API.h"
21
#include "
RTFXBoostIncludes.h
"
22
23
using namespace
std;
24
25
namespace
RTFX
26
{
28
void
RTFXAPI
debug
( ostream & _buffer );
29
31
void
RTFXAPI
verbose
( ostream & _buffer );
32
34
void
RTFXAPI
performance
( ostream & _buffer );
35
37
void
RTFXAPI
timer
( ostream & _buffer );
38
}
39
40
#endif
src
RTFX
RTFXLibrary
RTFXLibrary
src
RTFXDebug.h
Generated on Tue Jun 25 2013 15:10:27 for RTFX by
1.8.2