Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Smooth.Algebraics.Tuple< T1 > Struct Template Reference

Struct representing a sequence of one element, aka: a singleton. More...

Inheritance diagram for Smooth.Algebraics.Tuple< T1 >:

Public Member Functions

int CompareTo (Tuple< T1 > other)
 
override bool Equals (object o)
 
bool Equals (Tuple< T1 > t)
 
override int GetHashCode ()
 
override string ToString ()
 
 Tuple (T1 Item1)
 

Static Public Member Functions

static bool operator!= (Tuple< T1 > lhs, Tuple< T1 > rhs)
 
static bool operator< (Tuple< T1 > lhs, Tuple< T1 > rhs)
 
static bool operator<= (Tuple< T1 > lhs, Tuple< T1 > rhs)
 
static bool operator== (Tuple< T1 > lhs, Tuple< T1 > rhs)
 
static bool operator> (Tuple< T1 > lhs, Tuple< T1 > rhs)
 
static bool operator>= (Tuple< T1 > lhs, Tuple< T1 > rhs)
 

Public Attributes

readonly T1 Item1
 

Detailed Description

Struct representing a sequence of one element, aka: a singleton.

Constructor & Destructor Documentation

Smooth.Algebraics.Tuple< T1 >.Tuple ( T1  Item1)
inline

Member Function Documentation

int Smooth.Algebraics.Tuple< T1 >.CompareTo ( Tuple< T1 >  other)
inline
override bool Smooth.Algebraics.Tuple< T1 >.Equals ( object  o)
inline
bool Smooth.Algebraics.Tuple< T1 >.Equals ( Tuple< T1 >  t)
inline
override int Smooth.Algebraics.Tuple< T1 >.GetHashCode ( )
inline
static bool Smooth.Algebraics.Tuple< T1 >.operator!= ( Tuple< T1 >  lhs,
Tuple< T1 >  rhs 
)
inlinestatic
static bool Smooth.Algebraics.Tuple< T1 >.operator< ( Tuple< T1 >  lhs,
Tuple< T1 >  rhs 
)
inlinestatic
static bool Smooth.Algebraics.Tuple< T1 >.operator<= ( Tuple< T1 >  lhs,
Tuple< T1 >  rhs 
)
inlinestatic
static bool Smooth.Algebraics.Tuple< T1 >.operator== ( Tuple< T1 >  lhs,
Tuple< T1 >  rhs 
)
inlinestatic
static bool Smooth.Algebraics.Tuple< T1 >.operator> ( Tuple< T1 >  lhs,
Tuple< T1 >  rhs 
)
inlinestatic
static bool Smooth.Algebraics.Tuple< T1 >.operator>= ( Tuple< T1 >  lhs,
Tuple< T1 >  rhs 
)
inlinestatic
override string Smooth.Algebraics.Tuple< T1 >.ToString ( )
inline

Member Data Documentation

readonly T1 Smooth.Algebraics.Tuple< T1 >.Item1

The documentation for this struct was generated from the following file: