Sha256: 3b07379473ce2c013efdfbf78e3ff4ff3f637255504cf55f65255952c157e5be
Contents?: true
Size: 330 Bytes
Versions: 7
Compression:
Stored size: 330 Bytes
Contents
#ifndef SWIFT_IOSTREAM_H #define SWIFT_IOSTREAM_H #include "swift.h" class IOStream : public dbi::IOStream { private: VALUE stream; public: IOStream(VALUE); std::string& read(); uint32_t read(char *, uint32_t); void write(const char *); void write(const char *, uint64_t); }; #endif
Version data entries
7 entries across 7 versions & 1 rubygems