LiteLoaderBDS-1.16.40/LiteLoader/include/llapi/mc/DebugAssertException.hpp
2023-03-03 10:18:21 -08:00

35 lines
870 B
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "llapi/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;
};