lean cpp library
A lean C++ library providing efficient utility classes for high-performance C++ applications.
io.h
00001 /*****************************************************/
00002 /* lean IO                      (c) Tobias Zirr 2011 */
00003 /*****************************************************/
00004 
00005 #ifndef LEAN_IO_IO
00006 #define LEAN_IO_IO
00007 
00008 namespace lean
00009 {
00011     namespace io { }
00012 }
00013 
00014 #include "endianness.h"
00015 #include "numeric.h"
00016 #include "wcharcvt.h"
00017 #include "file.h"
00018 #include "raw_file.h"
00019 #include "raw_file_inserter.h"
00020 #include "mapped_file.h"
00021 
00022 #endif