#include <pch.h>
#include "Utility/RuntimeError.h"
RuntimeError.cppのインクルード依存関係図
ネームスペース | |
namespace | Onikiri |
関数 | |
void | Onikiri::AssertFunction (const RuntimeErrorInfo &info, bool assertCond) |
void | Onikiri::AssertFunction (const RuntimeErrorInfo &info, bool assertCond, const char *fmt,...) |
bool | Onikiri::IsInException () |
void | Onikiri::RuntimeErrorFunction (const RuntimeErrorInfo &info, const char *fmt,...) |
void | Onikiri::RuntimeWarningFunction (const RuntimeErrorInfo &info, const char *fmt,...) |
void | Onikiri::SetAssertNoThrow (bool noThrow) |
void | Onikiri::SuppressWaning (bool suppress) |