Chemical Data Processing Library Python API - Version 1.1.1
Public Member Functions | List of all members
CDPL.Chem.UInt64BondFunctor Class Reference
+ Inheritance diagram for CDPL.Chem.UInt64BondFunctor:

Public Member Functions

None __init__ ()
 Initializes the UInt64BondFunctor instance.
 
None __init__ (UInt64BondFunctor func)
 Initializes a copy of the UInt64BondFunctor instance func. More...
 
None __init__ (object callable)
 Initializes the UInt64BondFunctor instance. More...
 
int __call__ (Bond arg1)
 
bool __bool__ ()
 
bool __nonzero__ ()
 

Constructor & Destructor Documentation

◆ __init__() [1/2]

None CDPL.Chem.UInt64BondFunctor.__init__ ( UInt64BondFunctor  func)

Initializes a copy of the UInt64BondFunctor instance func.

Parameters
funcThe UInt64BondFunctor instance to copy.

◆ __init__() [2/2]

None CDPL.Chem.UInt64BondFunctor.__init__ ( object  callable)

Initializes the UInt64BondFunctor instance.

Parameters
callable

Member Function Documentation

◆ __call__()

int CDPL.Chem.UInt64BondFunctor.__call__ ( Bond  arg1)
Parameters
arg1
Returns

◆ __bool__()

bool CDPL.Chem.UInt64BondFunctor.__bool__ ( )
Returns

◆ __nonzero__()

bool CDPL.Chem.UInt64BondFunctor.__nonzero__ ( )
Returns