Home
last modified time | relevance | path

Searched refs:GSListKeeper (Results 1 – 1 of 1) sorted by relevance

/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dvectorutils.h391 class GSListKeeper
408 explicit inline GSListKeeper(const GSList* gslist, Glib::OwnershipType ownership);
409 inline GSListKeeper(const GSListKeeper& keeper);
410 ~GSListKeeper() noexcept;
576 using GSListKeeperType = typename Glib::Container_Helpers::GSListKeeper<Tr>;
875 inline GSListKeeper<Tr>::GSListKeeper(const GSList* gslist, Glib::OwnershipType ownership) in GSListKeeper() function
881 inline GSListKeeper<Tr>::GSListKeeper(const GSListKeeper& keeper) in GSListKeeper() function
888 GSListKeeper<Tr>::~GSListKeeper() noexcept in ~GSListKeeper()
907 GSListKeeper<Tr>::data() const in data()