Blender V5.0
SVMCompiler::Stack Struct Reference

#include <svm.h>

Public Member Functions

 Stack ()
 Stack (const Stack &other)
Stackoperator= (const Stack &other)
bool empty ()
void print ()

Public Attributes

int users [SVM_STACK_SIZE]

Detailed Description

Definition at line 124 of file scene/svm.h.

Constructor & Destructor Documentation

◆ Stack() [1/2]

SVMCompiler::Stack::Stack ( )
inline

Definition at line 125 of file scene/svm.h.

References users.

Referenced by operator=(), and Stack().

◆ Stack() [2/2]

SVMCompiler::Stack::Stack ( const Stack & other)
inline

Definition at line 129 of file scene/svm.h.

References Stack(), and users.

Member Function Documentation

◆ empty()

bool SVMCompiler::Stack::empty ( )
inline

Definition at line 139 of file scene/svm.h.

References i, SVM_STACK_SIZE, and users.

◆ operator=()

Stack & SVMCompiler::Stack::operator= ( const Stack & other)
inline

Definition at line 133 of file scene/svm.h.

References Stack(), and users.

◆ print()

void SVMCompiler::Stack::print ( )
inline

Definition at line 150 of file scene/svm.h.

References i, printf, SVM_STACK_SIZE, and users.

Member Data Documentation

◆ 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().


The documentation for this struct was generated from the following file: