glibmm 2.80.0
|
This is the complete list of members for Glib::Checksum, including all inherited members.
Checksum() | Glib::Checksum | |
Checksum(GChecksum * gobject, bool make_a_copy=true) | Glib::Checksum | explicit |
Checksum(const Checksum & other) | Glib::Checksum | |
Checksum(Checksum && other) noexcept | Glib::Checksum | |
Checksum(Type checksum_type) | Glib::Checksum | explicit |
compute_checksum(Type checksum_type, const guchar * data, gsize length) | Glib::Checksum | static |
compute_checksum(Type checksum_type, const std::string & str) | Glib::Checksum | static |
get_digest(guint8 * buffer, gsize * digest_len) const | Glib::Checksum | |
get_length(Type checksum_type) | Glib::Checksum | static |
get_string() const | Glib::Checksum | |
get_type() | Glib::Checksum | static |
gobj() | Glib::Checksum | inline |
gobj() const | Glib::Checksum | inline |
gobj_copy() const | Glib::Checksum | |
gobject_ | Glib::Checksum | protected |
operator bool() const | Glib::Checksum | explicit |
operator=(const Checksum & other) | Glib::Checksum | |
operator=(Checksum && other) noexcept | Glib::Checksum | |
reset() | Glib::Checksum | |
swap(Checksum & other) noexcept | Glib::Checksum | |
swap(Checksum & lhs, Checksum & rhs) noexcept | Glib::Checksum | related |
Type enum name | Glib::Checksum | |
update(const guchar * data, gssize length) | Glib::Checksum | |
update(const std::string & data) | Glib::Checksum | |
wrap(GChecksum * object, bool take_copy=false) | Glib::Checksum | related |
~Checksum() noexcept | Glib::Checksum |