Blender  V3.3
Public Member Functions | Public Attributes | List of all members
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 120 of file scene/svm.h.

Constructor & Destructor Documentation

◆ Stack() [1/2]

SVMCompiler::Stack::Stack ( )
inline

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

References users.

◆ Stack() [2/2]

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

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

References users.

Member Function Documentation

◆ empty()

bool SVMCompiler::Stack::empty ( )
inline

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

References SVM_STACK_SIZE, and users.

◆ operator=()

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

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

References users.

◆ print()

void SVMCompiler::Stack::print ( )
inline

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

References SVM_STACK_SIZE, and users.

Member Data Documentation

◆ users

int SVMCompiler::Stack::users[SVM_STACK_SIZE]

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