NEURON
ivstream.h
Go to the documentation of this file.
1 #ifndef ivstream_h
2 #define ivstream_h
3 
4 #include <iostream>
5 #include <fstream>
6 #include <sstream>
7 
8 #define IOS_OUT std::ios::out
9 #define IOS_IN std::ios::in
10 #define IOS_APP std::ios::app
11 
12 #endif // ivstream_h