HyperspaceExplorer 0.7.1
|
An empty ArrayList. Specialization to end recursion. More...
#include <ArrayList.h>
Public Member Functions | |
ArrayList () | |
Create an ArrayList with a default-constructed element. | |
ArrayList (const T &) | |
Create an ArrayList with element initialized to x . | |
std::string | toString () const |
Empty String. |
An empty ArrayList. Specialization to end recursion.
T | Type of the stored elements. |