#include "Utility/RuntimeError.h"
Debug.hのインクルード依存関係図
このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。
ネームスペース | |
namespace | Onikiri |
マクロ定義 | |
#define | ONIKIRI_OP_GSID_BREAK(op, gsid) if( (op)->GetGlobalSerialID() == (gsid) ){ ONIKIRI_BREAK(); } |
#define | ONIKIRI_OP_RID_BREAK(op, rid) if( (op)->GetRetireID() == (rid) ){ ONIKIRI_BREAK(); } |
#define ONIKIRI_OP_GSID_BREAK | ( | op, | |||
gsid | ) | if( (op)->GetGlobalSerialID() == (gsid) ){ ONIKIRI_BREAK(); } |
#define ONIKIRI_OP_RID_BREAK | ( | op, | |||
rid | ) | if( (op)->GetRetireID() == (rid) ){ ONIKIRI_BREAK(); } |