Sparksee  6.0.2
ResultSetList Class Reference

ResultSet list. More...

Public Member Functions

int32_t Count () const
 Number of elements in the list. More...
 
 ResultSetList ()
 Constructor. More...
 
 ~ResultSetList ()
 Destructor.
 
void Clear ()
 Clears the list.
 
ResultSetGet (int32_t index) const
 Returns the ResultSet at the specified position in the list. More...
 
ResultSetListIteratorIterator ()
 Gets a new ResultSetListIterator. More...
 

Detailed Description

ResultSet list.

It stores a ResultSet list.

Author
Sparsity Technologies http://www.sparsity-technologies.com

Constructor & Destructor Documentation

ResultSetList::ResultSetList ( )

Constructor.

This creates an empty list.

Member Function Documentation

int32_t ResultSetList::Count ( ) const

Number of elements in the list.

Returns
Number of elements in the list.
ResultSet* ResultSetList::Get ( int32_t  index) const

Returns the ResultSet at the specified position in the list.

Parameters
index[in] Index of the element to return, starting at 0.
ResultSetListIterator* ResultSetList::Iterator ( )

Gets a new ResultSetListIterator.

Returns
ResultSetListIterator instance.

The documentation for this class was generated from the following file: