|
COPASI API
4.40.278
|
#include <CSort.h>
Public Member Functions | |
| FSwapBase (ReturnType(*swap)(IndexType, IndexType)) | |
| virtual void | operator() (IndexType to, IndexType from) |
| virtual | ~FSwapBase () |
Protected Member Functions | |
| FSwapBase () | |
Private Attributes | |
| ReturnType(* | mpSwap )(IndexType, IndexType) |
The base functor providing a swap method used in the applyPivot methods.
|
inlineprotected |
Default constructor
|
inline |
Specific constructor
| ReturnType | (*swap) (IndexType, IndexType) |
|
inlinevirtual |
Virtual destructor
|
inlinevirtual |
Operator wrapping the provided swap method
| IndexType | to |
| IndexType | from |
Reimplemented in FSwapClass< ClassType, IndexType, ReturnType >.
|
private |
A pointer to the swap method