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

Classes

struct  AggregateContext< U, T, C >
 
struct  AggregateContext< U, T, C, P >
 
struct  BacktrackDetector
 Used to find backtracking Slinq usage. More...
 
class  BacktrackException
 
struct  ConcatContext< C2, T, C >
 
struct  EitherContext< C2, T, C >
 
struct  FlattenContext< T, C >
 
struct  FlattenContext< T, C1, C2 >
 
struct  FuncContext< T >
 
struct  FuncContext< T, P >
 
struct  FuncOptionContext< T >
 
struct  FuncOptionContext< T, P >
 
struct  GroupByContext< K, T >
 
struct  GroupJoinContext< U, K, T2, T, C >
 
struct  GroupJoinContext< U, K, T2, T, C, P >
 
struct  HashSetContext< K, T, C >
 
struct  HashSetContext< K, T, C, P >
 
struct  HashSetContext< T, C >
 
struct  IEnumerableContext< T >
 
struct  IListContext< T >
 
struct  IntContext< T, C >
 
struct  JoinContext< U, K, T2, T, C >
 
struct  JoinContext< U, K, T2, T, C, P >
 
struct  LinkedContext< K, T >
 
struct  LinkedContext< T >
 
struct  LinkedListContext< T >
 
struct  OptionContext< T >
 
struct  PredicateContext< T, C >
 
struct  PredicateContext< T, C, P >
 
struct  SelectContext< U, T, C >
 
struct  SelectContext< U, T, C, P >
 
struct  SelectOptionContext< U, T, C >
 
struct  SelectOptionContext< U, T, C, P >
 
struct  SelectSlinqContext< U, UC, T, C >
 
struct  SelectSlinqContext< U, UC, T, C, P >
 
struct  ZipAllContext< T2, C2, T, C >
 
struct  ZipAllContext< U, T2, C2, T, C >
 
struct  ZipAllContext< U, T2, C2, T, C, P >
 
struct  ZipContext< T2, C2, T, C >
 
struct  ZipContext< U, T2, C2, T, C >
 
struct  ZipContext< U, T2, C2, T, C, P >
 

Enumerations

enum  ZipRemoveFlags { ZipRemoveFlags.None = 0, ZipRemoveFlags.Left = 1 << 0, ZipRemoveFlags.Right = 1 << 1, ZipRemoveFlags.Both = Left | Right }
 

Functions

delegate void Mutator< T, C > (ref C context, out Option< T > next)
 

Enumeration Type Documentation

Enumerator
None 
Left 
Right 
Both 

Function Documentation

delegate void Smooth.Slinq.Context.Mutator< T, C > ( ref C  context,
out Option< T >  next 
)