#include <glibmm/error.h>
◆ Error() [1/4]
◆ Error() [2/4]
Glib::Error::Error |
( |
GQuark | error_domain, |
|
|
int | error_code, |
|
|
const Glib::ustring & | message ) |
◆ Error() [3/4]
Glib::Error::Error |
( |
GError * | gobject, |
|
|
bool | take_copy = false ) |
|
explicit |
◆ Error() [4/4]
Glib::Error::Error |
( |
const Error & | other | ) |
|
◆ ~Error()
◆ code()
int Glib::Error::code |
( |
| ) |
const |
◆ domain()
GQuark Glib::Error::domain |
( |
| ) |
const |
◆ gobj() [1/2]
GError * Glib::Error::gobj |
( |
| ) |
|
◆ gobj() [2/2]
const GError * Glib::Error::gobj |
( |
| ) |
const |
◆ matches()
bool Glib::Error::matches |
( |
GQuark | error_domain, |
|
|
int | error_code ) const |
◆ operator bool()
Glib::Error::operator bool |
( |
| ) |
const |
|
explicit |
◆ operator=()
Error & Glib::Error::operator= |
( |
const Error & | other | ) |
|
◆ what()
◆ gobject_
GError* Glib::Error::gobject_ |
|
protected |