Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::python::detail::list_base Struct Reference

#include <list.hpp>

Inheritance diagram for boost::python::detail::list_base:
Collaboration diagram for boost::python::detail::list_base:

Public Member Functions

void append (object_cref)
 
ssize_t count (object_cref value) const
 
void extend (object_cref sequence)
 
long index (object_cref value) const
 
void insert (ssize_t index, object_cref)
 
void insert (object const &index, object_cref)
 
object pop ()
 
object pop (ssize_t index)
 
object pop (object const &index)
 
void remove (object_cref value)
 
void reverse ()
 
void sort ()
 
void sort (object_cref cmpfunc)
 

Protected Member Functions

 list_base ()
 
 list_base (object_cref sequence)
 

Constructor & Destructor Documentation

boost::python::detail::list_base::list_base ( )
protected
boost::python::detail::list_base::list_base ( object_cref  sequence)
explicitprotected

Member Function Documentation

void boost::python::detail::list_base::append ( object_cref  )
ssize_t boost::python::detail::list_base::count ( object_cref  value) const
void boost::python::detail::list_base::extend ( object_cref  sequence)
long boost::python::detail::list_base::index ( object_cref  value) const
void boost::python::detail::list_base::insert ( ssize_t  index,
object_cref   
)
void boost::python::detail::list_base::insert ( object const &  index,
object_cref   
)
object boost::python::detail::list_base::pop ( )
object boost::python::detail::list_base::pop ( ssize_t  index)
object boost::python::detail::list_base::pop ( object const &  index)
void boost::python::detail::list_base::remove ( object_cref  value)
void boost::python::detail::list_base::reverse ( )
void boost::python::detail::list_base::sort ( )
void boost::python::detail::list_base::sort ( object_cref  cmpfunc)

The documentation for this struct was generated from the following file: