| CoreClasses REALbasic Plugin |
|
VariantQueue Class
VariantQueue is a class that implements a queue (first in first out algorithm) for variants.
Properties
Size | Use this property to get the size (element count) of the queue. |
Methods
Add | Use this method to add a variant to the queue. |
Back | Use this function to read from the back of the queue. |
Front | Use this function to read from the front of the queue. |
Pop | Use this method to pop one item from the queue. |
Push | Use this method to push one item into the queue. |
Supported Platforms:
PPC - MacOS 9Carbon - MacOS 9 and MacOS X (PEF)MacOS X PPC - (Mach-O)MacOS X Universal Binary (Mach-O)Win32 - WindowsLinux x86