Blender V2.61 - r43446

SVMCompiler::Stack Struct Reference

#include <svm.h>

List of all members.

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 80 of file render/svm.h.


Constructor & Destructor Documentation

SVMCompiler::Stack::Stack ( ) [inline]

Definition at line 81 of file render/svm.h.

References users.

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

Definition at line 82 of file render/svm.h.

References users.


Member Function Documentation

bool SVMCompiler::Stack::empty ( ) [inline]

Definition at line 85 of file render/svm.h.

References i, SVM_STACK_SIZE, and users.

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

Definition at line 83 of file render/svm.h.

References users.

void SVMCompiler::Stack::print ( ) [inline]

Definition at line 94 of file render/svm.h.

References i, SVM_STACK_SIZE, and users.


Member Data Documentation


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