WithSortComparator Class Reference

#include <ArrayClass.hpp>

Inheritance diagram for WithSortComparator:
[legend]

Public Member Functions

 WithSortComparator (RexxObject *c)
 
virtual wholenumber_t compare (RexxObject *first, RexxObject *second)
 
- Public Member Functions inherited from BaseSortComparator
 BaseSortComparator ()
 

Protected Attributes

RexxObjectcomparator
 

Detailed Description

Definition at line 91 of file ArrayClass.hpp.

Constructor & Destructor Documentation

◆ WithSortComparator()

WithSortComparator::WithSortComparator ( RexxObject c)
inline

Definition at line 93 of file ArrayClass.hpp.

Member Function Documentation

◆ compare()

wholenumber_t WithSortComparator::compare ( RexxObject first,
RexxObject second 
)
virtual

Member Data Documentation

◆ comparator

RexxObject* WithSortComparator::comparator
protected

Definition at line 96 of file ArrayClass.hpp.

Referenced by compare().


The documentation for this class was generated from the following files: