CoreClasses REAL Studio Plugin

VariantStack Class

VariantArray is a class that implements a stack (first in last out algorithm) for variants.

Object
   VariantStack

class VariantStack implements

IVariantAddable

Properties

SizeUse this property to get the size (element count) of the stack.

Methods

AddUse this method to add a variant to the stack.
PopUse this method to pop one item off the stack.
PushUse this method to push one item onto the stack.
TopUse this function to read from the top of the stack.

Supported Platforms:

  • MacOS X PPC - (Mach-O)
  • MacOS X Universal Binary (Mach-O)
  • Win32 - Windows
  • Linux x86

    Unsupported Platforms: