|
PuzzleSDK
|
#include "controller.h"#include <functional>#include <chrono>#include "BaseTest.h"#include "tests.h"#include <windows.h>
controller.cpp 的引用(Include)关系图:类 | |
| class | RootTests |
宏定义 | |
| #define | TEST_TIME_OUT 50 |
| #define | CREATE_TIME_OUT 25 |
| #define | LOG_INDENTATION " " |
| #define | LOG_TAG "[TestController]" |
函数 | |
| static void | initCrashCatch () |
| static void | disableCrashCatch () |
| static long __stdcall | windowExceptionFilter (_EXCEPTION_POINTERS *excp) |
变量 | |
| USING_NS_CC | |
| static TestController * | s_testController = nullptr |
| #define CREATE_TIME_OUT 25 |
在文件 controller.cpp 第 34 行定义.
| #define LOG_INDENTATION " " |
在文件 controller.cpp 第 35 行定义.
| #define LOG_TAG "[TestController]" |
在文件 controller.cpp 第 36 行定义.
| #define TEST_TIME_OUT 50 |
在文件 controller.cpp 第 33 行定义.
|
static |
在文件 controller.cpp 第 505 行定义.
被这些函数引用 TestController::destroyInstance() , 以及 TestController::handleCrash().
这是这个函数的调用关系图:
|
static |
在文件 controller.cpp 第 501 行定义.
被这些函数引用 TestController::getInstance().
函数调用图:
这是这个函数的调用关系图:
|
static |
在文件 controller.cpp 第 491 行定义.
引用了 TestController::handleCrash() , 以及 s_testController.
被这些函数引用 initCrashCatch().
函数调用图:
这是这个函数的调用关系图:
|
static |
在文件 controller.cpp 第 456 行定义.
被这些函数引用 TestController::destroyInstance(), TestController::getInstance() , 以及 windowExceptionFilter().
| USING_NS_CC |
在文件 controller.cpp 第 31 行定义.