#include <glib.h>
#include <istream>
#include <ostream>
#include <streambuf>
#include <algorithm>
#include <string>
#include <cstddef>
#include <glib-object.h>
#include <gio/gio.h>
#include <c++-gtk-utils/gobj_handle.h>
#include <c++-gtk-utils/shared_handle.h>
#include <c++-gtk-utils/gerror_handle.h>
#include <c++-gtk-utils/cgu_config.h>
#include <c++-gtk-utils/gstream.tpp>
Go to the source code of this file.
|  | 
| typedef basic_gstreambuf< char > | Cgu::gstreambuf | 
|  | C++ stream buffer for GIO streams for char type.  More... 
 | 
|  | 
| typedef basic_gistream< char > | Cgu::gistream | 
|  | C++ input stream for GIO streams for char type.  More... 
 | 
|  | 
| typedef basic_gostream< char > | Cgu::gostream | 
|  | C++ output stream for GIO streams for char type.  More... 
 | 
|  | 
| typedef basic_giostream< char > | Cgu::giostream | 
|  | C++ input/output stream for GIO streams for char type.  More... 
 | 
|  | 
| typedef basic_gstreambuf< wchar_t > | Cgu::wgstreambuf | 
|  | C++ stream buffer for GIO streams for wchar_t type.  More... 
 | 
|  | 
| typedef basic_gistream< wchar_t > | Cgu::wgistream | 
|  | C++ input stream for GIO streams for wchar_t type.  More... 
 | 
|  | 
| typedef basic_gostream< wchar_t > | Cgu::wgostream | 
|  | C++ output stream for GIO streams for wchar_t type.  More... 
 | 
|  | 
| typedef basic_giostream< wchar_t > | Cgu::wgiostream | 
|  | C++ input/output stream for GIO streams for wchar_t type.  More... 
 | 
|  |