VariantQueue Class (console safe)
VariantQueue is a class that implements a queue (first in first out algorithm) for variants.
Properties
Size (console safe) | Use this property to get the size (element count) of the queue. |
Methods
Add (console safe) | Use this method to add a variant to the queue. |
Back (console safe) | Use this function to read from the back of the queue. |
Front (console safe) | Use this function to read from the front of the queue. |
Pop (console safe) | Use this method to pop one item from the queue. |
Push (console safe) | Use this method to push one item into the queue. |
Supported Platforms:
MacOS X CarbonMacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARM