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

Public Member Functions

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

Constructor & Destructor Documentation

◆ __init__() [1/2]

None CDPL.Shape.BoolSizeTypeFunctor.__init__ ( BoolSizeTypeFunctor  func)

Initializes a copy of the BoolSizeTypeFunctor instance func.

Parameters
funcThe BoolSizeTypeFunctor instance to copy.

◆ __init__() [2/2]

None CDPL.Shape.BoolSizeTypeFunctor.__init__ ( object  callable)

Initializes the BoolSizeTypeFunctor instance.

Parameters
callable

Member Function Documentation

◆ __call__()

bool CDPL.Shape.BoolSizeTypeFunctor.__call__ ( int  arg1)
Parameters
arg1
Returns

◆ __bool__()

bool CDPL.Shape.BoolSizeTypeFunctor.__bool__ ( )
Returns

◆ __nonzero__()

bool CDPL.Shape.BoolSizeTypeFunctor.__nonzero__ ( )
Returns