removed memory streams because std::stringbuf can be customised to function that way
This commit is contained in:
parent
15f402e5ff
commit
7bcf15bd28
20
libscio.hpp
20
libscio.hpp
@ -54,26 +54,6 @@ namespace sc {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class meminbuf : public std::streambuf {
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
class memistream : public std::istream {
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
class memoutbuf : public std::streambuf {
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
class memostream : public std::ostream {
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
class memstream : public memostream, public memistream {
|
|
||||||
|
|
||||||
};
|
|
||||||
|
|
||||||
struct float_80 {
|
struct float_80 {
|
||||||
unsigned char _val[10]; // big endian
|
unsigned char _val[10]; // big endian
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user