Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_Comparer.c File Reference

Go to the source code of this file.

Data Structures

class  SCR_Comparer< Class __ValueType >
 Generic comparer using SCR_ComparerOperator. More...
 

Enumerations

enum  SCR_ComparerOperator {
  EQUAL, LESS_THAN, LESS_THAN_OR_EQUAL, GREATER_THAN,
  GREATER_THAN_OR_EQUAL
}
 

Enumeration Type Documentation

◆ SCR_ComparerOperator

Enumerator
EQUAL 
LESS_THAN 
LESS_THAN_OR_EQUAL 
GREATER_THAN 
GREATER_THAN_OR_EQUAL 

Definition at line 2 of file SCR_Comparer.c.