glibmm  2.33.2
Public Types | Public Member Functions
Glib::ListHandle Class Reference

This is an intermediate type. More...

#include <glibmm/listhandle.h>

List of all members.

Public Types

typedef Tr::CppType CppType
typedef Tr::CType CType
typedef CppType value_type
typedef size_t size_type
typedef ptrdiff_t difference_type
typedef
Glib::Container_Helpers::ListHandleIterator
< Tr > 
const_iterator
typedef
Glib::Container_Helpers::ListHandleIterator
< Tr > 
iterator

Public Member Functions

template<class Cont >
 ListHandle (const Cont& container)
 ListHandle (GList* glist, Glib::OwnershipType ownership)
 ListHandle (const ListHandle< T, Tr >& other)
 ~ListHandle ()
const_iterator begin () const
const_iterator end () const
template<class U >
 operator std::vector< U > () const
template<class U >
 operator std::deque< U > () const
template<class U >
 operator std::list< U > () const
template<class Cont >
void assign_to (Cont& container) const
template<class Out >
void copy (Out pdest) const
GList* data () const
size_t size () const
bool empty () const

Detailed Description

This is an intermediate type.

When a method takes this, or returns this, you should use a standard C++ container of your choice, such as std::list or std::vector.

However, this is not used in new API. We now prefer to just use std::vector, which is less flexibile, but makes the API clearer.


Member Typedef Documentation

typedef Tr::CppType Glib::ListHandle::CppType
typedef Tr::CType Glib::ListHandle::CType

Constructor & Destructor Documentation

template <class Cont >
Glib::ListHandle::ListHandle ( const Cont &  container) [inline]
Glib::ListHandle::ListHandle ( GList *  glist,
Glib::OwnershipType  ownership 
) [inline]
Glib::ListHandle::ListHandle ( const ListHandle< T, Tr >&  other) [inline]
Glib::ListHandle::~ListHandle ( )

Member Function Documentation

template <class Cont >
void Glib::ListHandle::assign_to ( Cont &  container) const [inline]
const_iterator Glib::ListHandle::begin ( ) const [inline]
template <class Out >
void Glib::ListHandle::copy ( Out  pdest) const [inline]
GList* Glib::ListHandle::data ( ) const [inline]
bool Glib::ListHandle::empty ( ) const [inline]
const_iterator Glib::ListHandle::end ( ) const [inline]
template <class U >
Glib::ListHandle::operator std::deque< U > ( ) const [inline]
template <class U >
Glib::ListHandle::operator std::list< U > ( ) const [inline]
template <class U >
Glib::ListHandle::operator std::vector< U > ( ) const [inline]
size_t Glib::ListHandle::size ( ) const [inline]