RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TQueue.TEnumerator Class

Provides enumerating functionality to the queue.

Pascal
TEnumerator = class(TEnumerator<T>);
C++
class TEnumerator : public TEnumerator<T>;

TQueue.TEnumerator is the class that implements enumerating methods for the queue.  

TQueue.TEnumerator implements the TEnumerator abstract class. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!