SMLCLASSSTACK Struct Reference

This class is used internally by SML to keep track of things like. More...

#include <sml.h>

List of all members.

Public Attributes

void * parent
void * ptr
SMLCLASSMEMBERmember
int IsTempMem


Detailed Description

This class is used internally by SML to keep track of things like.

         thing.color.red = 0

If thing.color just put a copy of the color on the stack, then setting the red componant of that temporary copy of the color wouldn't do much. The class stack allows SML to keep track of where the temp color came from, so that if "thing" allows "color" to be set, the above example would modify the temporary copy of color, then set thing.color.

Definition at line 5270 of file sml.h.


Member Data Documentation

int SMLCLASSSTACK::IsTempMem
 

Definition at line 5274 of file sml.h.

SMLCLASSMEMBER* SMLCLASSSTACK::member
 

Definition at line 5273 of file sml.h.

void* SMLCLASSSTACK::parent
 

Definition at line 5271 of file sml.h.

void* SMLCLASSSTACK::ptr
 

Definition at line 5272 of file sml.h.


The documentation for this struct was generated from the following file:
Generated on Thu Aug 12 06:27:26 2004 for TNTsdk by doxygen 1.3.4-20031026