YSTest
PreAlpha_b400_20130424
The YSLib Test Project
|
YCLib 调试设施。 更多...
#include "ycommon.h"
命名空间 | |
namespace | platform |
默认平台命名空间。 | |
宏定义 | |
#define | YCL_DEBUG_PRINTF(...) std::printf(__VA_ARGS__) |
#define | YCL_DEBUG_PUTS(_arg) std::puts(_arg) |
函数 | |
void | platform::YDebugSetStatus (bool=true) |
调试模式:设置状态。 | |
bool | platform::YDebugGetStatus () |
调试模式:取得状态。 | |
void | platform::YDebugBegin () |
调试模式:显示控制台。 | |
void | platform::YDebug () |
调试模式:按键继续。 | |
void | platform::YDebug (const char *) |
调试模式:显示控制台字符串,按键继续。 | |
int | platform::yprintf (const char *,...) |
调试模式 printf :显示控制台格式化输出 ,按键继续。 | |
YCLib 调试设施。
在文件 Debug.h 中定义.