#include <StringList.h>
Public Member Functions | |
void | addString (std::string string) |
void | addString (int index, std::string string) throw (RGMAException) |
int | size () |
std::string | getString (int index) |
|
Add a String at the specified index.
|
|
Add a String.
|
|
Retrieves the String with the specified index.
|
|
Returns the size of the list.
|