|
Blender V5.0
|
#include <svm.h>
Public Member Functions | |
| Stack () | |
| Stack (const Stack &other) | |
| Stack & | operator= (const Stack &other) |
| bool | empty () |
| void | print () |
Public Attributes | |
| int | users [SVM_STACK_SIZE] |
Definition at line 124 of file scene/svm.h.
|
inline |
Definition at line 125 of file scene/svm.h.
References users.
Referenced by operator=(), and Stack().
|
inline |
Definition at line 129 of file scene/svm.h.
|
inline |
Definition at line 139 of file scene/svm.h.
References i, SVM_STACK_SIZE, and users.
Definition at line 133 of file scene/svm.h.
|
inline |
Definition at line 150 of file scene/svm.h.
References i, printf, SVM_STACK_SIZE, and users.
| int SVMCompiler::Stack::users[SVM_STACK_SIZE] |
Definition at line 161 of file scene/svm.h.
Referenced by empty(), operator=(), print(), Stack(), and Stack().