Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
WheatyExceptionReport.h File Reference
#include <dbghelp.h>
Include dependency graph for WheatyExceptionReport.h:

Go to the source code of this file.

Classes

class  WheatyExceptionReport

Macros

#define countof(array)

Enumerations

enum  BasicType {
  btNoType = 0 , btVoid = 1 , btChar = 2 , btWChar = 3 ,
  btInt = 6 , btUInt = 7 , btFloat = 8 , btBCD = 9 ,
  btBool = 10 , btLong = 13 , btULong = 14 , btCurrency = 25 ,
  btDate = 26 , btVariant = 27 , btComplex = 28 , btBit = 29 ,
  btBSTR = 30 , btHresult = 31
}

Variables

WheatyExceptionReport g_WheatyExceptionReport
const char *const rgBaseType []

Macro Definition Documentation

◆ countof

#define countof ( array)
Value:
(sizeof(array) / sizeof(array[0]))

Definition at line 14 of file WheatyExceptionReport.h.

Enumeration Type Documentation

◆ BasicType

enum BasicType
Enumerator
btNoType 
btVoid 
btChar 
btWChar 
btInt 
btUInt 
btFloat 
btBCD 
btBool 
btLong 
btULong 
btCurrency 
btDate 
btVariant 
btComplex 
btBit 
btBSTR 
btHresult 

Definition at line 20 of file WheatyExceptionReport.h.

Variable Documentation

◆ g_WheatyExceptionReport

WheatyExceptionReport g_WheatyExceptionReport
extern

◆ rgBaseType

const char* const rgBaseType[]

Definition at line 42 of file WheatyExceptionReport.h.