SUNphi  1.0
Ios.hpp
Go to the documentation of this file.
1 #ifndef _IOS_HPP
2 #define _IOS_HPP
3 
4 /// \file Ios.hpp
5 ///
6 /// \brief Header file to include all i/o files
7 
8 #include <ios/File.hpp>
9 #include <ios/Logger.hpp>
10 #include <ios/MinimalLogger.hpp>
11 #include <ios/TextFormat.hpp>
12 
13 #endif