v0.1.0
Fast, portable C library for geometry input/output
|
Support of standard C++ streams. More...
Go to the source code of this file.
Functions | |
template<typename CHAR , typename TRAITS > | |
gmio_stream | gmio_istream_cpp (std::basic_istream< CHAR, TRAITS > *s) |
Returns a gmio_stream for C++ input stream (cookie will hold s ) More... | |
template<typename CHAR , typename TRAITS > | |
gmio_stream | gmio_ostream_cpp (std::basic_ostream< CHAR, TRAITS > *s) |
Returns a gmio_stream for C++ output stream (cookie will hold s ) More... | |
Support of standard C++ streams.
Fougue © 2016 | Last Update: Fri Jun 24 2016 |