#include <iostream>


Go to the source code of this file.
Classes | |
| class | pointerVector< T > |
| class | garbageCollector< T > |
Functions | |
| template<class T> | |
| ostream & | operator<< (ostream &s, pointerVector< T > &input) |
| template<class T> | |
| istream & | operator>> (istream &s, pointerVector< T > &input) |
| ostream& operator<< | ( | ostream & | s, | |
| pointerVector< T > & | input | |||
| ) | [inline] |
| istream& operator>> | ( | istream & | s, | |
| pointerVector< T > & | input | |||
| ) | [inline] |
1.5.5