Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Classes
Package Smooth.Comparisons

Classes

class  Comparisons
 Provides various methods for creating comparisons. More...
 
class  Comparisons< T >
 Caches delegates for the comparsion methods of IComparer<T>s and IEqualityComparer<T>s. More...
 
class  FuncComparer< T >
 Performs type-specific comparisons using the comparison delegate supplied to the constructor. More...
 
class  FuncEqualityComparer< T >
 Performs type-specific equality comparisons and hashCode generation using the functions supplied to the constructor. More...
 
class  IComparableComparer< T >
 Allocation free sort order comparer for type T where T implements IComparable<T>. More...
 
class  IEquatableEqualityComparer< T >
 Allocation free equality comparer for type T where T implements IEquatable<T>. More...