1 // ANNA - Anna is Not Nothingness Anymore //
3 // (c) Copyright 2005-2015 Eduardo Ramos Testillano & Francisco Ruiz Rayo //
5 // See project site at http://redmine.teslayout.com/projects/anna-suite //
6 // See accompanying file LICENSE or copy at http://www.teslayout.com/projects/public/anna.LICENSE //
10 #define anna_io_io_hpp
15 Proporciona ciertas clases para facilitar procesos relacionados con entrada/salida.
17 El ejecutable debera enlazarse con la libreria:
21 El <b>Packet Header</b> es anna.io.h
23 \warning Este archivo deberia cargarse unica y exclusivamente desde un fuente C++, nunca debe
24 cargarse desde un header.
30 #include <anna/io/Directory.hpp>
31 #include <anna/io/BinaryReader.hpp>
32 #include <anna/io/TextReader.hpp>
33 #include <anna/io/functions.hpp>
35 using namespace anna::io;