Util/DebugHelpers.h File Reference

DebugHelpers.h File Reference
#include <cstdarg>
#include <cstdio>
#include <tchar.h>
#include <WTypes.h>
#include "../BuildWarnings.h"
#include "../dbgprint.h"
#include "DebugHelpers.inline.h"

Namespaces

 MaxSDK
 These classes let you define skin weighting using a voxel or height map based algorithm.
 
 MaxSDK::Util
 
 MaxSDK::Util::DebugHelpers
 

Functions

void SetThreadName (DWORD dwThreadID, LPCSTR pcszThreadName)
 Sets the name of the given thread. More...
 
void SetThreadName (LPCSTR pcszThreadName)
 Sets the name of the current thread. More...
 
void SetThreadNameDebug (DWORD dwThreadID, LPCSTR pcszThreadName)
 Sets the name of the given thread. More...
 
void SetThreadNameDebug (LPCSTR pcszThreadName)
 Sets the name of the current thread, but only if building for debug. More...
 
void Trace (LPCTSTR lpctszMsg,...)
 Send a string to the debugger's output window, but only in debug builds. More...
 
void Trace0 (LPCTSTR lpctszMsg)
 Identical to Trace(), but without the variable argument list. More...