Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TRange< ElementType > Member List

This is the complete list of members for TRange< ElementType >, including all inherited members.

Adjoins(const TRange &Other) constTRange< ElementType >inline
All()TRange< ElementType >inlinestatic
AtLeast(ElementValueOrConstRef Value)TRange< ElementType >inlinestatic
AtMost(ElementValueOrConstRef Value)TRange< ElementType >inlinestatic
BoundsType typedefTRange< ElementType >
Conjoins(const TRange &X, const TRange &Y) constTRange< ElementType >inline
Contains(ElementValueOrConstRef Element) constTRange< ElementType >inline
Contains(const TRange &Other) constTRange< ElementType >inline
Contiguous(const TRange &Other) constTRange< ElementType >inline
Difference(const TRange &X, const TRange &Y)TRange< ElementType >inlinestatic
ElementValueOrConstRef typedefTRange< ElementType >
Empty()TRange< ElementType >inlinestatic
Exclusive(ElementValueOrConstRef Min, ElementValueOrConstRef Max)TRange< ElementType >inlinestatic
GetLowerBound() constTRange< ElementType >inline
GetLowerBoundValue() constTRange< ElementType >inline
GetTypeHashTRange< ElementType >friend
GetUpperBound() constTRange< ElementType >inline
GetUpperBoundValue() constTRange< ElementType >inline
GreaterThan(ElementValueOrConstRef Value)TRange< ElementType >inlinestatic
HasLowerBound() constTRange< ElementType >inline
HasUpperBound() constTRange< ElementType >inline
Hull(const TRange &X, const TRange &Y)TRange< ElementType >inlinestatic
Hull(const TArray< TRange > &Ranges)TRange< ElementType >inlinestatic
Inclusive(ElementValueOrConstRef Min, ElementValueOrConstRef Max)TRange< ElementType >inlinestatic
Intersection(const TRange &X, const TRange &Y)TRange< ElementType >inlinestatic
Intersection(const TArray< TRange > &Ranges)TRange< ElementType >inlinestatic
IsDegenerate() constTRange< ElementType >inline
IsEmpty() constTRange< ElementType >inline
LessThan(ElementValueOrConstRef Value)TRange< ElementType >inlinestatic
LowerBoundTRange< ElementType >private
operator!=(const TRange &Other) constTRange< ElementType >inline
operator<<TRange< ElementType >friend
operator==(const TRange &Other) constTRange< ElementType >inline
Overlaps(const TRange &Other) constTRange< ElementType >inline
SetLowerBound(const BoundsType &NewLowerBound)TRange< ElementType >inline
SetLowerBoundValue(ElementValueOrConstRef NewLowerBoundValue)TRange< ElementType >inline
SetUpperBound(const BoundsType &NewUpperBound)TRange< ElementType >inline
SetUpperBoundValue(ElementValueOrConstRef NewUpperBoundValue)TRange< ElementType >inline
Size() constTRange< ElementType >inline
Split(ElementValueOrConstRef Element) constTRange< ElementType >inline
TRange()TRange< ElementType >inline
TRange(ElementValueOrConstRef A)TRange< ElementType >inlineexplicit
TRange(ElementValueOrConstRef A, ElementValueOrConstRef B)TRange< ElementType >inlineexplicit
TRange(const BoundsType &InLowerBound, const BoundsType &InUpperBound)TRange< ElementType >inlineexplicit
Union(const TRange &X, const TRange &Y)TRange< ElementType >inlinestatic
UpperBoundTRange< ElementType >private