Abstract base class for all containers.
Abstract base class for all containers. This abstract class contains virtual functions for iterating over a container regardless of its nature (GArray, GList, or GMap) and of the type of its elements. In particular, functions nextpos and prevpos are called when using the pre-increment or pre-decrement operators on a GPosition object.
virtual int size() const
virtual GPosition firstpos() const
virtual GPosition lastpos() const
virtual void nextpos(GPosition &pos) const
virtual void prevpos(GPosition &pos) const
Alphabetic index HTML hierarchy of classes or Java