#include <class.hpp>
Public Member Functions | |
class_base (char const *name, std::size_t num_types, type_info const *const types, char const *doc=0) | |
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 |
|
protectedinherited |
boost::python::objects::class_base::class_base | ( | char const * | name, |
std::size_t | num_types, | ||
type_info const *const | types, | ||
char const * | doc = 0 |
||
) |
|
protected |
Referenced by boost::python::class_< W, X1, X2, X3 >::add_property().
|
protected |
|
protected |
|
protected |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
protected |
|
inlineprotectedinherited |
void boost::python::objects::class_base::enable_pickling_ | ( | bool | getstate_manages_dict | ) |
Referenced by boost::python::class_< W, X1, X2, X3 >::enable_pickling().
|
inlineinherited |
|
protected |
Referenced by boost::python::class_< W, X1, X2, X3 >::staticmethod().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
|
protected |
|
protected |
Referenced by boost::python::class_< W, X1, X2, X3 >::setattr().
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |