#include <ders/config.hpp>
#include <ders/cycl_buf.hpp>
#include <ders/text.hpp>
Go to the source code of this file.
Namespaces | |
namespace | ders |
Classes | |
class | ders::data_in |
Interface for classes that can be read from. More... | |
class | ders::data_out |
Interface for classes that can be written to. More... | |
class | ders::data_io |
Interface for classes that support I/O operations defined by both data_in and data_out interfaces. More... | |
Typedefs | |
typedef sh_ptr< data_io > | ders::sh_data_io |
Functions | |
sh_data_io | ders::new_data_io (sh_cycl_buf cb) |
Creates new data_io object. |
Definition in file data_io.hpp.