|
Main Page
Widgets
Namespaces
Book
Glib::StreamIOChannel Class ReferenceThis whole class is deprecated in glibmm 2.2.
More...
Inheritance diagram for Glib::StreamIOChannel:
[legend]List of all members.
Detailed Description
This whole class is deprecated in glibmm 2.2.
See the Glib::IOChannel documentation for an explanation.
Constructor & Destructor Documentation
virtual Glib::StreamIOChannel::~StreamIOChannel |
( |
|
) |
[virtual] |
|
Glib::StreamIOChannel::StreamIOChannel |
( |
std::istream* |
stream_in, |
|
|
std::ostream* |
stream_out |
|
) |
[protected] |
|
Member Function Documentation
virtual IOStatus Glib::StreamIOChannel::close_vfunc |
( |
|
) |
[protected, virtual] |
|
Glib::RefPtr<StreamIOChannel> Glib::StreamIOChannel::create |
( |
std::iostream& |
stream |
) |
[static] |
|
Glib::RefPtr<StreamIOChannel> Glib::StreamIOChannel::create |
( |
std::ostream& |
stream |
) |
[static] |
|
Glib::RefPtr<StreamIOChannel> Glib::StreamIOChannel::create |
( |
std::istream& |
stream |
) |
[static] |
|
virtual IOFlags Glib::StreamIOChannel::get_flags_vfunc |
( |
|
) |
[protected, virtual] |
|
virtual IOStatus Glib::StreamIOChannel::read_vfunc |
( |
char* |
buf, |
|
|
gsize |
count, |
|
|
gsize& |
bytes_read |
|
) |
[protected, virtual] |
|
virtual IOStatus Glib::StreamIOChannel::seek_vfunc |
( |
gint64 |
offset, |
|
|
SeekType |
type |
|
) |
[protected, virtual] |
|
virtual IOStatus Glib::StreamIOChannel::set_flags_vfunc |
( |
IOFlags |
flags |
) |
[protected, virtual] |
|
virtual IOStatus Glib::StreamIOChannel::write_vfunc |
( |
const char* |
buf, |
|
|
gsize |
count, |
|
|
gsize& |
bytes_written |
|
) |
[protected, virtual] |
|
Member Data Documentation
std::istream* Glib::StreamIOChannel::stream_in_ [protected]
|
|
std::ostream* Glib::StreamIOChannel::stream_out_ [protected]
|
|
The documentation for this class was generated from the following file:
Generated for gtkmm by
Doxygen 1.3-rc1 © 1997-2001
|