ooRexx  4.2.0-source
About: ooRexx (Open Object Rexx) is a free implementation of Object Rexx. Object Rexx is an enhancement of the classic Rexx interpreter; a full-featured programming language with a human-oriented syntax.
  Fossies Dox: ooRexx-4.2.0-source.tar.gz  ("inofficial" and yet experimental doxygen-generated source code documentation)  

StemClass.hpp File Reference
Include dependency graph for StemClass.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SortData
 
class  RexxStem
 

Macros

#define SORT_CASESENSITIVE   0
 
#define SORT_CASEIGNORE   1
 
#define SORT_ASCENDING   0
 
#define SORT_DECENDING   1
 

Macro Definition Documentation

◆ SORT_ASCENDING

#define SORT_ASCENDING   0

Definition at line 54 of file StemClass.hpp.

◆ SORT_CASEIGNORE

#define SORT_CASEIGNORE   1

Definition at line 52 of file StemClass.hpp.

◆ SORT_CASESENSITIVE

#define SORT_CASESENSITIVE   0

Definition at line 51 of file StemClass.hpp.

◆ SORT_DECENDING

#define SORT_DECENDING   1

Definition at line 55 of file StemClass.hpp.