GSIterator.h File Reference


Detailed Description


Classes

class  GSIterator
 Creates an iterator that can be used to exhaustively read through all of the visible matching entries in the space and any additional entries that match. More...

Typedefs

typedef
boost::shared_ptr
< GSIterator
GSIteratorPtr
 Smart pointer to GSIterator.

Enumerations

enum  IteratorScope { ExistingEntries = 1, FutureEntries = 2, ExistingAndFutureEntries = 3 }
 Determines the scope of entries visible to a space iterator. More...


Typedef Documentation

GSIteratorPtr

Smart pointer to GSIterator.

Always use this instead of direct access to GSIterator.


Enumeration Type Documentation

enum IteratorScope

Determines the scope of entries visible to a space iterator.

See also:
GSIterator
Enumerator:
ExistingEntries  Indicates that the iterator will process entries currently in the space and ignores future changes.
FutureEntries  Indicates that the iterator will ignore entries currently in the space and process future changes.
ExistingAndFutureEntries  Indicates that the iterator will process both entries currently in the space and future changes.


Generated on Thu Jul 22 08:11:54 2010 for GigaSpaces XAP 11.0 C++ by  doxygen 1.5.3