Cthulhu  0.2.10
Cthulhu compiler collection
io.hpp File Reference
#include "io/io.h"
Include dependency graph for io.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  ctu::OsError
 
class  ctu::Io
 

Namespaces

 ctu
 

Typedefs

using ctu::unique_io_t = std::unique_ptr< io_t, decltype(kIoDelete)>
 

Variables

constexpr auto ctu::kIoDelete = [](io_t *io) { io_close(io); }