#include <address.h>
List of all members.
Public Member Functions |
| | Address () |
| | Address (GnomeVFSAddress *gobject, bool make_a_copy=true) |
| | Address (const Address &other) |
| Address & | operator= (const Address &other) |
| | ~Address () |
| void | swap (Address &other) |
| GnomeVFSAddress * | gobj () |
| | Provides access to the underlying C instance.
|
| const GnomeVFSAddress * | gobj () const |
| | Provides access to the underlying C instance.
|
| GnomeVFSAddress * | gobj_copy () const |
| | Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
|
| | Address (const Glib::ustring &address) |
| | Address (guint32 ipv4_address) |
| | Address (struct sockaddr *sa, int len) |
| int | get_family_type () const |
| Glib::ustring | to_string () const |
| guint32 | get_ipv4 () const |
| GnomeVFSAddress ** | gobj_addr () |
Protected Attributes |
| GnomeVFSAddress * | gobject_ |
Related Functions |
(Note that these are not member functions.)
|
| void | swap (Address &lhs, Address &rhs) |
| Gnome::Vfs::Address | wrap (GnomeVFSAddress *object, bool take_copy=false) |
| | A Glib::wrap() method for this object.
|
Constructor & Destructor Documentation
Member Function Documentation
Provides access to the underlying C instance.
References gobject_.
Provides access to the underlying C instance.
References gobject_.
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
Friends And Related Function Documentation
- Parameters:
-
| lhs | The left-hand side |
| rhs | The right-hand side |
References swap().
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.
Member Data Documentation
The documentation for this class was generated from the following file: