Searched refs:dict_base (Results 1 – 2 of 2) sorted by relevance
23 inline bool check_exact(dict_base const* p) in check_exact()29 detail::new_reference dict_base::call(object const& arg_) in call()36 dict_base::dict_base() in dict_base() function in boost::python::detail::dict_base40 dict_base::dict_base(object_cref data) in dict_base() function in boost::python::detail::dict_base44 void dict_base::clear() in clear()52 dict dict_base::copy() in copy()67 object dict_base::get(object_cref k) const in get()80 object dict_base::get(object_cref k, object_cref d) const in get()85 bool dict_base::has_key(object_cref k) const in has_key()90 list dict_base::items() const in items()[all …]
21 struct BOOST_PYTHON_DECL dict_base : object struct72 dict_base(); // new dict73 explicit dict_base(object_cref data);75 BOOST_PYTHON_FORWARD_OBJECT_CONSTRUCTORS(dict_base, object)81 class dict : public detail::dict_base83 typedef detail::dict_base base;