#include <list.h>
#include <stream.h>
#include <fstream.h>
#include <vector.h>
Go to the source code of this file.
Namespaces | |
namespace | std |
Defines | |
#define | MSL_IO_H |
Functions | |
template<class T> ostream& | operator<< (ostream &out, const list< T > &L) |
istream& | operator>> (istream &in, list< T > &L) |
template<class T> ostream& | operator<< (ostream &out, const vector< T > &L) |
istream& | operator>> (istream &in, vector< T > &L) |
template<class T> ofstream& | operator<< (ofstream &out, const vector< T > &L) |
ifstream& | operator>> (ifstream &in, vector< T > &L) |
|
Value: |
|
|
|
|
|
|
|
|
|
|
|
|