#include <bgcontainer.h>
Class diagram for BGEnumeratable:
Public Members | |||
![]() | ![]() | virtual long | length ( ) const = 0 |
![]() | ![]() | Returns length of enumeration. More... | |
![]() | ![]() | virtual BGObject* | get ( long position ) = 0 |
![]() | ![]() | Returns pointer to enumeration element. More... |
virtual long BGEnumeratable::length () const [pure virtual]
|
virtual BGObject * BGEnumeratable::get (long position) [pure virtual]
|
Returns pointer to enumeration element.
Reimplemented in BGArray.