#include <C4AulScriptFunc.h>
Public Member Functions | |
| C4AulBCC ()=default | |
| C4AulBCC (C4AulBCCType bccType, intptr_t X) | |
| C4AulBCC (const C4AulBCC &from) | |
| C4AulBCC & | operator= (const C4AulBCC &from) |
| C4AulBCC (C4AulBCC &&from) | |
| C4AulBCC & | operator= (C4AulBCC &&from) |
| ~C4AulBCC () | |
Public Attributes | |
| C4AulBCCType | bccType {AB_EOFN} |
| union { | |
| intptr_t | X |
| int32_t | i |
| C4String * | s |
| C4PropList * | p |
| C4ValueArray * | a |
| C4AulFunc * | f |
| } | Par |
Definition at line 96 of file C4AulScriptFunc.h.
|
default |
|
inline |
Definition at line 110 of file C4AulScriptFunc.h.
|
inline |
Definition at line 114 of file C4AulScriptFunc.h.
|
inline |
|
inline |
Definition at line 135 of file C4AulScriptFunc.h.
| C4AulBCCType C4AulBCC::bccType {AB_EOFN} |
Definition at line 99 of file C4AulScriptFunc.h.
Referenced by C4AulDebug::DebugStep(), and operator=().
| union { ... } C4AulBCC::Par |
Referenced by C4AulDebug::DebugStep(), and operator=().