glibmm  2.64.4
Gio::OutputStream Member List

This is the complete list of members for Gio::OutputStream, including all inherited members.

add_destroy_notify_callback(void *data, func_destroy_notify func) constsigc::trackable
clear_pending()Gio::OutputStreamprotected
close(const Glib::RefPtr< Cancellable >& cancellable)Gio::OutputStream
close()Gio::OutputStream
close_async(const SlotAsyncReady& slot, const Glib::RefPtr< Cancellable >& cancellable, int io_priority=Glib::PRIORITY_DEFAULT)Gio::OutputStream
close_async(const SlotAsyncReady& slot, int io_priority=Glib::PRIORITY_DEFAULT)Gio::OutputStream
close_finish(const Glib::RefPtr< AsyncResult >& result)Gio::OutputStream
connect_property_changed(const Glib::ustring& property_name, const sigc::slot< void >& slot)Glib::ObjectBase
connect_property_changed(const Glib::ustring& property_name, sigc::slot< void >&& slot)Glib::ObjectBase
connect_property_changed_with_return(const Glib::ustring& property_name, const sigc::slot< void >& slot)Glib::ObjectBase
connect_property_changed_with_return(const Glib::ustring& property_name, sigc::slot< void >&& slot)Glib::ObjectBase
DestroyNotify typedefGlib::Object
flush(const Glib::RefPtr< Cancellable >& cancellable)Gio::OutputStream
flush()Gio::OutputStream
flush_async(const SlotAsyncReady& slot, const Glib::RefPtr< Cancellable >& cancellable, int io_priority=Glib::PRIORITY_DEFAULT)Gio::OutputStream
flush_async(const SlotAsyncReady& slot, int io_priority=Glib::PRIORITY_DEFAULT)Gio::OutputStream
flush_finish(const Glib::RefPtr< AsyncResult >& result)Gio::OutputStream
freeze_notify()Glib::ObjectBase
func_destroy_notify typedefsigc::trackable
get_data(const QueryQuark& key)Glib::Object
get_property(const Glib::ustring& property_name, PropertyType& value) constGlib::ObjectBase
get_property_value(const Glib::ustring& property_name, Glib::ValueBase& value) constGlib::ObjectBase
get_type()Gio::OutputStreamstatic
gobj()Gio::OutputStreaminline
gobj() constGio::OutputStreaminline
gobj_copy()Gio::OutputStream
Glib::Object::gobj_copy() constGlib::ObjectBase
has_pending() constGio::OutputStream
initialize(GObject* castitem)Glib::ObjectBaseprotected
initialize_move(GObject* castitem, Glib::ObjectBase* previous_wrapper)Glib::ObjectBaseprotected
is_closed() constGio::OutputStream
is_closing() constGio::OutputStream
notify_callbacks()sigc::trackable
Object(const Object&)=deleteGlib::Object
Object(Object&& src) noexceptGlib::Object
Object()Glib::Objectprotected
Object(const Glib::ConstructParams& construct_params)Glib::Objectexplicitprotected
Object(GObject* castitem)Glib::Objectexplicitprotected
ObjectBase(const ObjectBase&)=deleteGlib::ObjectBase
ObjectBase()Glib::ObjectBaseprotected
ObjectBase(const char* custom_type_name)Glib::ObjectBaseexplicitprotected
ObjectBase(const std::type_info& custom_type_info)Glib::ObjectBaseexplicitprotected
ObjectBase(ObjectBase&& src) noexceptGlib::ObjectBaseprotected
operator=(OutputStream&& src) noexceptGio::OutputStream
Glib::Object::operator=(const Object&)=deleteGlib::Object
Glib::Object::operator=(Object&& src) noexceptGlib::Object
Glib::ObjectBase::operator=(const ObjectBase&)=deleteGlib::ObjectBase
Glib::ObjectBase::operator=(ObjectBase&& src) noexceptGlib::ObjectBaseprotected
sigc::trackable::operator=(const trackable &src)sigc::trackable
sigc::trackable::operator=(trackable &&src)sigc::trackable
OutputStream(OutputStream&& src) noexceptGio::OutputStream
OutputStream()Gio::OutputStreamprotected
reference() constGlib::ObjectBasevirtual
remove_data(const QueryQuark& quark)Glib::Object
remove_destroy_notify_callback(void *data) constsigc::trackable
set_data(const Quark& key, void* data)Glib::Object
set_data(const Quark& key, void* data, DestroyNotify notify)Glib::Object
set_pending()Gio::OutputStreamprotected
set_property(const Glib::ustring& property_name, const PropertyType& value)Glib::ObjectBase
set_property_value(const Glib::ustring& property_name, const Glib::ValueBase& value)Glib::ObjectBase
splice(const Glib::RefPtr< InputStream >& source, const Glib::RefPtr< Cancellable >& cancellable, OutputStreamSpliceFlags flags=OUTPUT_STREAM_SPLICE_NONE)Gio::OutputStream
splice(const Glib::RefPtr< InputStream >& source, OutputStreamSpliceFlags flags=OUTPUT_STREAM_SPLICE_NONE)Gio::OutputStream
splice_async(const Glib::RefPtr< InputStream >& source, const SlotAsyncReady& slot, const Glib::RefPtr< Cancellable >& cancellable, OutputStreamSpliceFlags flags=OUTPUT_STREAM_SPLICE_NONE, int io_priority=Glib::PRIORITY_DEFAULT)Gio::OutputStream
splice_async(const Glib::RefPtr< InputStream >& source, const SlotAsyncReady& slot, OutputStreamSpliceFlags flags=OUTPUT_STREAM_SPLICE_NONE, int io_priority=Glib::PRIORITY_DEFAULT)Gio::OutputStream
splice_finish(const Glib::RefPtr< AsyncResult >& result)Gio::OutputStream
steal_data(const QueryQuark& quark)Glib::Object
thaw_notify()Glib::ObjectBase
trackable() noexceptsigc::trackable
trackable(const trackable &src) noexceptsigc::trackable
trackable(trackable &&src)sigc::trackable
unreference() constGlib::ObjectBasevirtual
wrap(GOutputStream* object, bool take_copy=false)Gio::OutputStreamrelated
Glib::Object::wrap(GObject* object, bool take_copy=false)Glib::Objectrelated
write(const void* buffer, gsize count, const Glib::RefPtr< Cancellable >& cancellable)Gio::OutputStream
write(const void* buffer, gsize count)Gio::OutputStream
write(const std::string& buffer, const Glib::RefPtr< Cancellable >& cancellable)Gio::OutputStream
write(const std::string& buffer)Gio::OutputStream
write_all(const void* buffer, gsize count, gsize& bytes_written, const Glib::RefPtr< Cancellable >& cancellable)Gio::OutputStream
write_all(const void* buffer, gsize count, gsize& bytes_written)Gio::OutputStream
write_all(const std::string& buffer, gsize& bytes_written, const Glib::RefPtr< Cancellable >& cancellable)Gio::OutputStream
write_all(const std::string& buffer, gsize& bytes_written)Gio::OutputStream
write_all_async(const void* buffer, gsize count, const SlotAsyncReady& slot, const Glib::RefPtr< Cancellable >& cancellable, int io_priority=Glib::PRIORITY_DEFAULT)Gio::OutputStream
write_all_async(const void* buffer, gsize count, const SlotAsyncReady& slot, int io_priority=Glib::PRIORITY_DEFAULT)Gio::OutputStream
write_all_finish(const Glib::RefPtr< AsyncResult >& result, gsize& bytes_written)Gio::OutputStream
write_async(const void* buffer, gsize count, const SlotAsyncReady& slot, const Glib::RefPtr< Cancellable >& cancellable, int io_priority=Glib::PRIORITY_DEFAULT)Gio::OutputStream
write_async(const void* buffer, gsize count, const SlotAsyncReady& slot, int io_priority=Glib::PRIORITY_DEFAULT)Gio::OutputStream
write_bytes(const Glib::RefPtr< const Glib::Bytes >& bytes, const Glib::RefPtr< Cancellable >& cancellable)Gio::OutputStream
write_bytes(const Glib::RefPtr< const Glib::Bytes >& bytes)Gio::OutputStream
write_bytes_async(const Glib::RefPtr< const Glib::Bytes >& bytes, const SlotAsyncReady& slot, const Glib::RefPtr< Cancellable >& cancellable, int io_priority=Glib::PRIORITY_DEFAULT)Gio::OutputStream
write_bytes_async(const Glib::RefPtr< const Glib::Bytes >& bytes, const SlotAsyncReady& slot, int io_priority=Glib::PRIORITY_DEFAULT)Gio::OutputStream
write_bytes_finish(const Glib::RefPtr< AsyncResult >& result)Gio::OutputStream
write_finish(const Glib::RefPtr< AsyncResult >& result)Gio::OutputStream
~Object() noexcept overrideGlib::Objectprotected
~ObjectBase() noexcept=0Glib::ObjectBaseprotectedpure virtual
~OutputStream() noexcept overrideGio::OutputStream
~trackable()sigc::trackable