Clipper
|
Map reference base class. More...
#include <xmap.h>
Public Member Functions | |
const Xmap_base & | base_xmap () const |
return the parent Xmap | |
const int & | index () const |
Get the index into the map data array. | |
bool | last () const |
Check for end of map. | |
Protected Attributes | |
const Xmap_base * | map_ |
pointer to map for which this Map_reference_index is defined | |
int | index_ |
integer index_ into map data array |
Map reference base class.
This is a reference to an Map. It forms a base class for index-like and coordinate-like Map references. If you write a method which will work with either, then specify this instead of either of the derived classed.