| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
context_list
list of saga::context objects
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__instance_size__ = 16
|
|||
|
|||
|
Inherited from |
|||
|
|||
__contains__( (context_list)arg1, (object)arg2) -> bool :
C++ signature :
bool __contains__(std::list<saga::context, std::allocator<saga::context> > {lvalue},_object*)
|
__delitem__( (context_list)arg1, (object)arg2) -> None :
C++ signature :
void __delitem__(std::list<saga::context, std::allocator<saga::context> > {lvalue},_object*)
|
__getitem__( (object)arg1, (object)arg2) -> object :
C++ signature :
boost::python::api::object __getitem__(boost::python::back_reference<std::list<saga::context, std::allocator<saga::context> >&>,_object*)
|
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
|
__iter__( (object)arg1) -> object :
C++ signature :
boost::python::objects::iterator_range<boost::python::return_internal_reference<1ul, boost::python::default_call_policies>, std::_List_iterator<saga::context> > __iter__(boost::python::back_reference<std::list<saga::context, std::allocator<saga::context> >&>)
|
__len__( (context_list)arg1) -> int :
C++ signature :
unsigned long __len__(std::list<saga::context, std::allocator<saga::context> > {lvalue})
|
helper for pickle
|
__setitem__( (context_list)arg1, (object)arg2, (object)arg3) -> None :
C++ signature :
void __setitem__(std::list<saga::context, std::allocator<saga::context> > {lvalue},_object*,_object*)
|
append( (context_list)arg1, (object)arg2) -> None :
C++ signature :
void append(std::list<saga::context, std::allocator<saga::context> > {lvalue},boost::python::api::object)
|
extend( (context_list)arg1, (object)arg2) -> None :
C++ signature :
void extend(std::list<saga::context, std::allocator<saga::context> > {lvalue},boost::python::api::object)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 28 13:25:13 2009 | http://epydoc.sourceforge.net |