#include <def_visitor.hpp>
Public Types | |
typedef objects::class_base | base |
typedef class_< W, X1, X2, X3 > | self |
typedef objects::class_metadata< W, X1, X2, X3 > | metadata |
typedef W | wrapped_type |
Public Member Functions | |
class_ (char const *name, char const *doc=0) | |
class_ (char const *name, no_init_t) | |
class_ (char const *name, char const *doc, no_init_t) | |
template<class DerivedT > | |
class_ (char const *name, init_base< DerivedT > const &i) | |
template<class DerivedT > | |
class_ (char const *name, char const *doc, init_base< DerivedT > const &i) | |
template<class Derived > | |
self & | def (def_visitor< Derived > const &visitor) |
template<class F > | |
self & | def (char const *name, F f) |
template<class A1 , class A2 > | |
self & | def (char const *name, A1 a1, A2 const &a2) |
template<class Fn , class A1 , class A2 > | |
self & | def (char const *name, Fn fn, A1 const &a1, A2 const &a2) |
template<class Fn , class A1 , class A2 , class A3 > | |
self & | def (char const *name, Fn fn, A1 const &a1, A2 const &a2, A3 const &a3) |
template<class D > | |
self & | def_readonly (char const *name, D const &d, char const *doc=0) |
template<class D > | |
self & | def_readwrite (char const *name, D const &d, char const *doc=0) |
template<class D > | |
self & | def_readonly (char const *name, D &d, char const *doc=0) |
template<class D > | |
self & | def_readwrite (char const *name, D &d, char const *doc=0) |
template<class Get > | |
self & | add_property (char const *name, Get fget, char const *docstr=0) |
template<class Get , class Set > | |
self & | add_property (char const *name, Get fget, Set fset, char const *docstr=0) |
template<class Get > | |
self & | add_static_property (char const *name, Get fget) |
template<class Get , class Set > | |
self & | add_static_property (char const *name, Get fget, Set fset) |
template<class U > | |
self & | setattr (char const *name, U const &x) |
template<typename PickleSuiteType > | |
self & | def_pickle (PickleSuiteType const &x) |
self & | enable_pickling () |
self & | staticmethod (char const *name) |
void | enable_pickling_ (bool getstate_manages_dict) |
PyObject * | ptr () const |
bool | is_none () const |
object | operator() () const |
object | operator() (detail::args_proxy const &args) const |
object | operator() (detail::args_proxy const &args, detail::kwds_proxy const &kwds) const |
detail::args_proxy | operator* () const |
operator bool_type () const | |
bool | operator! () const |
const_object_attribute | attr (char const *) const |
object_attribute | attr (char const *) |
const_object_objattribute | attr (object const &) const |
object_objattribute | attr (object const &) |
object | contains (T const &key) const |
const_object_item | operator[] (object_cref) const |
object_item | operator[] (object_cref) |
const_object_item | operator[] (T const &key) const |
object_item | operator[] (T const &key) |
const_object_slice | slice (object_cref, object_cref) const |
object_slice | slice (object_cref, object_cref) |
const_object_slice | slice (slice_nil, object_cref) const |
object_slice | slice (slice_nil, object_cref) |
const_object_slice | slice (object_cref, slice_nil) const |
object_slice | slice (object_cref, slice_nil) |
const_object_slice | slice (slice_nil, slice_nil) const |
object_slice | slice (slice_nil, slice_nil) |
const_object_slice | slice (T const &start, V const &end) const |
object_slice | slice (T const &start, V const &end) |
Protected Types | |
typedef object const & | object_cref |
Protected Member Functions | |
void | add_property (char const *name, object const &fget, char const *docstr) |
void | add_property (char const *name, object const &fget, object const &fset, char const *docstr) |
void | add_static_property (char const *name, object const &fget) |
void | add_static_property (char const *name, object const &fget, object const &fset) |
void | setattr (char const *name, object const &) |
void | set_instance_size (std::size_t bytes) |
void | def_no_init () |
void | make_method_static (const char *method_name) |
objectconst & | derived_visitor () const |
Friends | |
struct | id_vector |
typedef objects::class_base boost::python::class_< W, X1, X2, X3 >::base |
typedef objects::class_metadata<W,X1,X2,X3> boost::python::class_< W, X1, X2, X3 >::metadata |
|
protectedinherited |
typedef class_<W,X1,X2,X3> boost::python::class_< W, X1, X2, X3 >::self |
typedef W boost::python::class_< W, X1, X2, X3 >::wrapped_type |
|
inline |
References boost::geometry::detail::wkt::initialize().
|
inline |
References boost::geometry::detail::wkt::initialize(), and boost::python::no_init.
|
inline |
References boost::geometry::detail::wkt::initialize(), and boost::python::no_init.
|
inline |
References boost::geometry::detail::wkt::initialize().
|
inline |
References boost::geometry::detail::wkt::initialize().
|
protectedinherited |
Referenced by boost::python::class_< W, X1, X2, X3 >::add_property().
|
protectedinherited |
|
inline |
|
inline |
|
protectedinherited |
|
protectedinherited |
|
inline |
|
inline |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
inline |
|
inline |
References boost::python::detail::def_maybe_overloads().
|
inline |
|
inline |
|
protectedinherited |
|
inline |
|
inline |
References BOOST_PYTHON_DATA_MEMBER_HELPER.
|
inline |
References BOOST_PYTHON_DATA_MEMBER_HELPER.
|
inline |
References BOOST_PYTHON_DATA_MEMBER_HELPER.
|
inline |
References BOOST_PYTHON_DATA_MEMBER_HELPER.
|
inlineprotectedinherited |
|
inline |
|
inherited |
Referenced by boost::python::class_< W, X1, X2, X3 >::enable_pickling().
|
inlineinherited |
|
protectedinherited |
Referenced by boost::python::class_< W, X1, X2, X3 >::staticmethod().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
protectedinherited |
|
protectedinherited |
Referenced by boost::python::class_< W, X1, X2, X3 >::setattr().
|
inline |
References boost::python::objects::class_base::setattr().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inline |
|
friend |