![]() |
Chemical Data Processing Library Python API - Version 1.2.3
|
Inheritance diagram for CDPL.Chem.BondMatchExpressionPtrBondFunctor:Public Member Functions | |
| None | __init__ () |
| Initializes the BondMatchExpressionPtrBondFunctor instance. | |
| None | __init__ (BondMatchExpressionPtrBondFunctor func) |
| Initializes a copy of the BondMatchExpressionPtrBondFunctor instance func. More... | |
| None | __init__ (object callable) |
| Initializes the BondMatchExpressionPtrBondFunctor instance. More... | |
| BondMatchExpression | __call__ (Bond arg1) |
| bool | __bool__ () |
| bool | __nonzero__ () |
| None CDPL.Chem.BondMatchExpressionPtrBondFunctor.__init__ | ( | BondMatchExpressionPtrBondFunctor | func | ) |
Initializes a copy of the BondMatchExpressionPtrBondFunctor instance func.
| func | The BondMatchExpressionPtrBondFunctor instance to copy. |
| None CDPL.Chem.BondMatchExpressionPtrBondFunctor.__init__ | ( | object | callable | ) |
Initializes the BondMatchExpressionPtrBondFunctor instance.
| callable |
| BondMatchExpression CDPL.Chem.BondMatchExpressionPtrBondFunctor.__call__ | ( | Bond | arg1 | ) |
| arg1 |
| bool CDPL.Chem.BondMatchExpressionPtrBondFunctor.__bool__ | ( | ) |
| bool CDPL.Chem.BondMatchExpressionPtrBondFunctor.__nonzero__ | ( | ) |