Gio::UnixOutputStream Class Reference
[Stream Classes]
UnixOutputStream implements OutputStream for writing to a a unix file descriptor, including asynchronous operations.
More...

Public Member Functions | |
virtual | ~UnixOutputStream () |
GUnixOutputStream* | gobj () |
Provides access to the underlying C GObject. | |
const GUnixOutputStream* | gobj () const |
Provides access to the underlying C GObject. | |
GUnixOutputStream* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
void | set_close_fd (bool close_fd=true) |
bool | get_close_fd () const |
int | get_fd () const |
Glib::PropertyProxy_ReadOnly<int> | property_fd () const |
The file descriptor to write to. | |
Glib::PropertyProxy<bool> | property_close_fd () |
Whether to close the file descriptor when the stream is closed. | |
Glib::PropertyProxy_ReadOnly <bool> | property_close_fd () const |
Whether to close the file descriptor when the stream is closed. | |
Static Public Member Functions | |
static Glib::RefPtr <UnixOutputStream> | create (int fd, bool close_fd_at_close) |
Protected Member Functions | |
UnixOutputStream (int fd, bool close_fd_at_close) | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr <Gio::UnixOutputStream> | wrap (GUnixOutputStream* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Detailed Description
UnixOutputStream implements OutputStream for writing to a a unix file descriptor, including asynchronous operations.The file descriptor much be selectable, so it doesn't work with opened files.
Constructor & Destructor Documentation
virtual Gio::UnixOutputStream::~UnixOutputStream | ( | ) | [virtual] |
Gio::UnixOutputStream::UnixOutputStream | ( | int | fd, | |
bool | close_fd_at_close | |||
) | [explicit, protected] |
Member Function Documentation
GUnixOutputStream* Gio::UnixOutputStream::gobj | ( | ) | [inline] |
const GUnixOutputStream* Gio::UnixOutputStream::gobj | ( | ) | const [inline] |
GUnixOutputStream* Gio::UnixOutputStream::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Reimplemented from Gio::OutputStream.
static Glib::RefPtr<UnixOutputStream> Gio::UnixOutputStream::create | ( | int | fd, | |
bool | close_fd_at_close | |||
) | [static] |
void Gio::UnixOutputStream::set_close_fd | ( | bool | close_fd = true |
) |
bool Gio::UnixOutputStream::get_close_fd | ( | ) | const |
int Gio::UnixOutputStream::get_fd | ( | ) | const |
Glib::PropertyProxy_ReadOnly<int> Gio::UnixOutputStream::property_fd | ( | ) | const |
The file descriptor to write to.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy<bool> Gio::UnixOutputStream::property_close_fd | ( | ) |
Whether to close the file descriptor when the stream is closed.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Glib::PropertyProxy_ReadOnly<bool> Gio::UnixOutputStream::property_close_fd | ( | ) | const |
Whether to close the file descriptor when the stream is closed.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
- Returns:
- A PropertyProxy that allows you to get or set the property of the value, or receive notification when the value of the property changes.
Friends And Related Function Documentation
Glib::RefPtr<Gio::UnixOutputStream> wrap | ( | GUnixOutputStream * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
- Parameters:
-
object The C instance. take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
- Returns:
- A C++ instance that wraps this C instance.
The documentation for this class was generated from the following file: