|
MoSync 3.2.1
|
Generic Enumerable interface template. More...
#include <MAP/Enumerator.h>
Public Member Functions | |
| virtual int | size ()=0 |
| virtual T | getItem (int index)=0 |
Generic Enumerable interface template.
| virtual int MAPUtil::IEnumerable< T >::size | ( | ) | [pure virtual] |
Implemented in MAP::GeoPointLayer, and MAP::GeoPointDataSource.
| virtual T MAPUtil::IEnumerable< T >::getItem | ( | int | index | ) | [pure virtual] |
Implemented in MAP::GeoPointLayer, and MAP::GeoPointDataSource.