Package pyplusplus :: Package decl_wrappers :: Module call_policies :: Class with_custodian_and_ward_t

type with_custodian_and_ward_t

source code

   object --+        
            |        
call_policy_t --+    
                |    
compound_policy_t --+
                    |
                   with_custodian_and_ward_t
Known Subclasses:

implements code generation for boost::python::with_custodian_and_ward call policies

Instance Methods
 
__init__(self, custodian, ward, base=None) source code

Inherited from compound_policy_t: __str__

Inherited from call_policy_t: create, create_template_arg, create_type, is_default, is_predefined

Properties
  custodian
  ward

Inherited from compound_policy_t: base_policy

Inherited from call_policy_t: header_file

Method Details

__init__(self, custodian, ward, base=None)
(Constructor)

source code 
Overrides: call_policy_t.__init__

Property Details

custodian

Get Method:
_get_custodian(self)
Set Method:
_set_custodian(self, new_custodian)

ward

Get Method:
_get_ward(self)
Set Method:
_set_ward(self, new_ward)