// This Header is auto generated by BDSLiteLoader Toolchain #pragma once #define AUTO_GENERATED #include "../Global.h" #define BEFORE_EXTRA #undef BEFORE_EXTRA class DebugAssertException { #define AFTER_EXTRA #undef AFTER_EXTRA #ifndef DISABLE_CONSTRUCTOR_PREVENTION_DEBUGASSERTEXCEPTION public: class DebugAssertException& operator=(class DebugAssertException const &) = delete; DebugAssertException() = delete; #endif public: /*0*/ virtual ~DebugAssertException(); /*1*/ virtual char const * what() const; #ifdef ENABLE_VIRTUAL_FAKESYMBOL_DEBUGASSERTEXCEPTION #endif MCAPI DebugAssertException(char const *, char const *, char const *, int, char const *, char const *); MCAPI DebugAssertException(class DebugAssertException const &); MCAPI static bool isEnabled(); //private: private: MCAPI static char const *const WHAT; };