class Vector
|
The vector is the simples implementation of the compound class. More... |
|
|
Public Methods
The vector is the simples implementation of the compound class. Elements of different types may be inserted in a vector.
creates an empty vector
Vector (const Vector& v)
| Vector |
copies a vector v
creates a vector of String objects from a line of characters, using the SPACE as a separator
Element * operator[] (int n)
| operator[] |
returns the n'th element (starting with 0)
[const virtual]
Reimplemented from Compound.
void flush (const char*)
| flush |
[const virtual]
Reimplemented from Compound.
[const virtual]
Reimplemented from Compound.
Generated by: wuerthne on al on Sun Jan 6 22:32:42 2002, using kdoc 2.0a53. |