|
AuboStudio SDK
0.6.3
|
|
|
|
|
#include <memory>

宏定义 | |
| #define | ARCS_ABI_EXPORT |
| #define | ARCS_ABI_IMPORT |
| #define | ARCS_ABI_LOCAL |
| #define | ARCS_DECLARE_PTR(Name, Type) |
| #define | ARCS_DECLARE_PTR_MEMBER(Type) |
| #define | ARCS_CLASS_FORWARD(C) |
| Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR. | |
| #define | ARCS_STRUCT_FORWARD(C) |
| Like ARCS_CLASS_FORWARD, but forward declares the type as a struct instead of a class. | |
| #define ARCS_ABI_EXPORT |
在文件 class_forward.h 第 16 行定义.
| #define ARCS_ABI_IMPORT |
在文件 class_forward.h 第 17 行定义.
| #define ARCS_ABI_LOCAL |
在文件 class_forward.h 第 18 行定义.
| #define ARCS_CLASS_FORWARD | ( | C | ) |
Macro that forward declares a class and defines the respective smartpointers through ARCS_DECLARE_PTR.
在文件 class_forward.h 第 68 行定义.
| #define ARCS_DECLARE_PTR | ( | Name, | |
| Type ) |
在文件 class_forward.h 第 36 行定义.
| #define ARCS_DECLARE_PTR_MEMBER | ( | Type | ) |
在文件 class_forward.h 第 54 行定义.
| #define ARCS_STRUCT_FORWARD | ( | C | ) |
Like ARCS_CLASS_FORWARD, but forward declares the type as a struct instead of a class.
在文件 class_forward.h 第 77 行定义.