OROCHI
 
Loading...
Searching...
No Matches
GxDefine.cpp File Reference

グローバル定義 More...

#include "Gx.h"
Include dependency graph for GxDefine.cpp:

Macros

#define GX_FORCE_EXIT()
 

Functions

void * operator new (size_t blocksize, gx::core::GX_CSTR filename, gx::core::u32 line)
 
void * operator new[] (size_t blocksize, gx::core::GX_CSTR filename, gx::core::u32 line)
 
void * operator new (size_t blocksize)
 
void * operator new[] (size_t blocksize)
 
void operator delete (void *block, gx::core::GX_CSTR filename, gx::core::u32 line)
 
void operator delete[] (void *block, gx::core::GX_CSTR filename, gx::core::u32 line)
 
void operator delete (void *pBlock)
 
void operator delete[] (void *pBlock)
 
void reportTTY (GX_CSTR string)
 
b32 waitContinue (GX_CSTR caption=nullptr)
 
void reportLine (GX_CSTR filename, s32 line, GX_CSTR function)
 
void report (u32 category, enum OUTPUT_TYPE type, GX_CSTR filename, s32 line, GX_CSTR function, GX_CSTR format,...)
 レポート出力
 
void critical_error_exit (void)
 強制終了
 

Detailed Description

グローバル定義

Author
Copyright (C)2009 SiliconStudio Inc. All rights reserved.
Tahir Arai

Macro Definition Documentation

◆ GX_FORCE_EXIT

#define GX_FORCE_EXIT ( )
Value:
exit(-1)

Function Documentation

◆ report()

void report ( u32 category,
enum OUTPUT_TYPE type,
GX_CSTR filename,
s32 line,
GX_CSTR function,
GX_CSTR format,
... )

レポート出力

Parameters
category[in] カテゴリ
type[in] 出力タイプ
filename[in] ファイル名
line[in] 行数
function[in] 関数
format[in] 出力文字列
...[in] 引数リスト
Here is the call graph for this function:

◆ reportLine()

void reportLine ( GX_CSTR filename,
s32 line,
GX_CSTR function )
Parameters
filename[in] ファイル名
line[in] 行数
function[in] 関数名
Here is the call graph for this function:
Here is the caller graph for this function:

◆ reportTTY()

void reportTTY ( GX_CSTR string)
Parameters
string[in] 出力文字列
Here is the call graph for this function:
Here is the caller graph for this function:

◆ waitContinue()

b32 waitContinue ( GX_CSTR caption = nullptr)
Parameters
caption[in] 文言
Returns
継続するならtrue
Here is the call graph for this function:
Here is the caller graph for this function: