The C++ List Class

The List class is inherits all of the methods from its base-class Value and implements specialized method common to Strings and Arrays.

For an overview see page C++ Classes

The List methods are listed below.

Value * getAt( int index ) Get the element Value with the specified index
int size( void ) Get the number of elements in the List