fintp_log
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Trace.h File Reference
#include "DllMainLog.h"
#include <map>
#include <vector>
#include <fstream>
#include <string>
#include <iostream>
#include <sstream>
#include <pthread.h>

Go to the source code of this file.

Macros

#define QPIFILE   (__FILE__)
 
#define MEM_CHECKPOINT_INIT()   {
 
#define MEM_CHECKPOINT_END(clause, module)   }
 
#define MEM_CHECKPOINT_END_REPORT(clause, module)   }
 
#define MEM_CHECKPOINT_END_FAIL(clause, module)   }
 
#define MEM_CHECKPOINT_COLLECT()
 
#define cnull   std::ofstream( "DebugOutput.out", ios::app )
 
#define DEBUG(expr)   ;
 
#define DEBUG2(expr)   ;
 
#define DEBUG_GLOBAL(expr)   ;
 
#define DEBUG_GLOBAL2(expr)   ;
 
#define DEBUG_PRINT_STACK   ;
 
#define TRACE_GLOBAL(expr)   ;
 
#define TRACE(expr)   ;
 
#define TRACE_NOLOG(expr)   ;
 

Macro Definition Documentation

#define cnull   std::ofstream( "DebugOutput.out", ios::app )
#define DEBUG (   expr)    ;
#define DEBUG2 (   expr)    ;
#define DEBUG_GLOBAL (   expr)    ;
#define DEBUG_GLOBAL2 (   expr)    ;
#define DEBUG_PRINT_STACK   ;
#define MEM_CHECKPOINT_COLLECT ( )
#define MEM_CHECKPOINT_END (   clause,
  module 
)    }
#define MEM_CHECKPOINT_END_FAIL (   clause,
  module 
)    }
#define MEM_CHECKPOINT_END_REPORT (   clause,
  module 
)    }
#define MEM_CHECKPOINT_INIT ( )    {
#define QPIFILE   (__FILE__)
#define TRACE (   expr)    ;
#define TRACE_GLOBAL (   expr)    ;
#define TRACE_NOLOG (   expr)    ;