|
class VectorThe vector is the simples implementation of the compound class. #include <vector.h> Inherits: Compound |
The vector is the simples implementation of the compound class. Elements of different types may be inserted in a vector.
Vector ()
creates an empty vector
Vector (Vector * v)
copies a vector v
Vector (char*)
creates a vector of String objects from a line of characters, using the SPACE as a separator
Element * operator[] (int n)
returns the n'th element (starting with 0)
Generated by: wuerthne@clouseau on Fri Jan 19 23:08:00 200. |