Home
last modified time | relevance | path

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

/third_party/boost/libs/python/src/object/
Dclass.cpp589 class_base::class_base( in class_base() function in boost::python::objects::class_base
611 void class_base::set_instance_size(std::size_t instance_size) in set_instance_size()
616 void class_base::add_property( in add_property()
626 void class_base::add_property( in add_property()
636 void class_base::add_static_property(char const* name, object const& fget) in add_static_property()
646 void class_base::add_static_property(char const* name, object const& fget, object const& fset) in add_static_property()
655 void class_base::setattr(char const* name, object const& x) in setattr()
675 void class_base::def_no_init() in def_no_init()
681 void class_base::enable_pickling_(bool getstate_manages_dict) in enable_pickling_()
709 void class_base::make_method_static(const char * method_name) in make_method_static()
/third_party/boost/boost/python/object/
Dclass.hpp17 struct BOOST_PYTHON_DECL class_base : python::api::object struct
20 class_base(
/third_party/boost/boost/python/detail/
Ddefaults_def.hpp34 struct class_base;
54 , objects::class_base* in name_space_def() argument
/third_party/boost/boost/python/
Dclass.hpp156 class class_ : public objects::class_base
159 typedef objects::class_base base;