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::dict_base Struct Reference

#include <dict.hpp>

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

Public Member Functions

void clear ()
 
dict copy ()
 
object get (object_cref k) const
 
object get (object_cref k, object_cref d) const
 
bool has_key (object_cref k) const
 
list items () const
 
object iteritems () const
 
object iterkeys () const
 
object itervalues () const
 
list keys () const
 
tuple popitem ()
 
object setdefault (object_cref k)
 
object setdefault (object_cref k, object_cref d)
 
void update (object_cref E)
 
list values () const
 

Protected Member Functions

 dict_base ()
 
 dict_base (object_cref data)
 

Constructor & Destructor Documentation

boost::python::detail::dict_base::dict_base ( )
protected
boost::python::detail::dict_base::dict_base ( object_cref  data)
explicitprotected

Member Function Documentation

void boost::python::detail::dict_base::clear ( )
dict boost::python::detail::dict_base::copy ( )
object boost::python::detail::dict_base::get ( object_cref  k) const
object boost::python::detail::dict_base::get ( object_cref  k,
object_cref  d 
) const
bool boost::python::detail::dict_base::has_key ( object_cref  k) const
list boost::python::detail::dict_base::items ( ) const
object boost::python::detail::dict_base::iteritems ( ) const
object boost::python::detail::dict_base::iterkeys ( ) const
object boost::python::detail::dict_base::itervalues ( ) const
list boost::python::detail::dict_base::keys ( ) const
tuple boost::python::detail::dict_base::popitem ( )
object boost::python::detail::dict_base::setdefault ( object_cref  k)
object boost::python::detail::dict_base::setdefault ( object_cref  k,
object_cref  d 
)
void boost::python::detail::dict_base::update ( object_cref  E)
list boost::python::detail::dict_base::values ( ) const

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