Enhanced C#
Language of your choice: library documentation
|
This is the complete list of members for Loyc.Collections.VListBlock< T >, including all inherited members.
_immCount | Loyc.Collections.VListBlock< T > | protected |
Add(int localCount, T item) | Loyc.Collections.VListBlock< T > | pure virtual |
Add(VListBlock< T > self, int localCount, T item) | Loyc.Collections.VListBlock< T > | inlinestatic |
AddRange(VListBlock< T > self, int localCount, IEnumerator< T > items) | Loyc.Collections.VListBlock< T > | inlinestatic |
AddRange(VListBlock< T > self, int localCount, IList< T > items, bool isRVList) | Loyc.Collections.VListBlock< T > | inlinestatic |
AddRange(VListBlock< T > self, int localCount, FVList< T > front, FVList< T > back) | Loyc.Collections.VListBlock< T > | inlinestatic |
AddRange(FVList< T > front, FVList< T > back) | Loyc.Collections.VListBlock< T > | inlineprotected |
BackUpOnce(FVList< T > subList, FVList< T > list) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinestatic |
BackUpOnce(VList< T > subList, VList< T > list) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinestatic |
BlockToArray(T[] array, int arrayOffset, int localCount, bool isRList) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | protectedpure virtual |
Capacity | Loyc.Collections.VListBlock< T > | |
ChainLength (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | |
EnsureImmutable(VListBlock< T > self, int localCount) | Loyc.Collections.VListBlock< T > | inlinestatic |
EnsureMutable(WListProtected< T > w, int mutablesNeeded) | Loyc.Collections.VListBlock< T > | inlinestatic |
FGet(int index, int localCount) | Loyc.Collections.VListBlock< T > | pure virtual |
FGet(int index, int localCount, ref T value) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | pure virtual |
FindNextBlock(ref FVList< T > subList, FVList< T > list, out int localCountOfSubList) | Loyc.Collections.VListBlock< T > | inlinestatic |
FindNextBlock(ref VList< T > subList, VList< T > list, out int localCountOfSubList) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinestatic |
Front(int localCount) | Loyc.Collections.VListBlock< T > | pure virtual |
ImmCount | Loyc.Collections.VListBlock< T > | |
ImmCountMask (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | protected |
Insert(VListBlock< T > self, int localCount, T item, int distanceFromFront) | Loyc.Collections.VListBlock< T > | inlinestatic |
InsertRange(VListBlock< T > self, int localCount, IList< T > items, int distanceFromFront, bool isRVList) | Loyc.Collections.VListBlock< T > | inlinestatic |
IsMutable | Loyc.Collections.VListBlock< T > | |
IsSame(T old, Maybe< T > @new) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlineprotected |
MakeResult(VListBlock< T > _block, int _localCount, WListProtected< T > forWList) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlineprotectedstatic |
MakeResult(T item, WListProtected< T > forWList) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlineprotectedstatic |
MakeResult(T _1, T _2, WListProtected< T > forWList) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlineprotectedstatic |
MuAdd(WListProtected< T > w, T item) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinestatic |
MuAddEmpty(WListProtected< T > w, int count) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinestatic |
MuAddEmpty(WListProtected< T > w, int count, int newBlockSizeLimit) | Loyc.Collections.VListBlock< T > | inlinestatic |
MuAddEmpty2(WListProtected< T > w, int count, int newBlockSizeLimit) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlineprotected |
MuAllocBlock(WListProtected< T > w, int newBlockSizeLimit) | Loyc.Collections.VListBlock< T > | inlineprotectedstatic |
MuClear(int localCountWithMutables) | Loyc.Collections.VListBlock< T > | pure virtual |
MuMove(WListProtected< T > w, int dffFrom, int dffTo, int count) | Loyc.Collections.VListBlock< T > | inlinestatic |
MuRemoveFront(WListProtected< T > w, int count) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinestatic |
MutableCount(WListProtected< T > w) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinestatic |
MutableFlag (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | protected |
Prior | Loyc.Collections.VListBlock< T > | |
PriorBlock (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | |
PriorCount | Loyc.Collections.VListBlock< T > | |
PriorIsOwned | Loyc.Collections.VListBlock< T > | |
RemoveAt(int localCount, int distanceFromFront) | Loyc.Collections.VListBlock< T > | inline |
RemoveRange(int localCount, int distanceFromFront, int count) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inline |
ReplaceAt(int localCount, T item, int distanceFromFront) | Loyc.Collections.VListBlock< T > | inline |
RGet(int index, int localCount) | Loyc.Collections.VListBlock< T > | pure virtual |
RGet(int index, int localCount, ref T value) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | pure virtual |
Select< Out >(VListBlock< T > _block, int _localCount, Func< T, Out > map, WListProtected< Out > forWList) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinestatic |
SmartSelect(int _localCount, Func< T, T > map, WListProtected< T > forWList) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinevirtual |
SubList(int localIndex) | Loyc.Collections.VListBlock< T > | pure virtual |
SubList(VListBlock< T > self, int localCount, int offset) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinestatic |
TailOf(FVList< T > list) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinestatic |
this[int localIndex] | Loyc.Collections.VListBlock< T > | |
ToArray(VListBlock< T > self, int localCount, bool isRList) | Loyc.Collections.VListBlock< T > | inlinestatic |
TotalCount | Loyc.Collections.VListBlock< T > | |
Transform(VListBlock< T > _block, int _localCount, VListTransformer< T > x, bool isRList, WListProtected< T > forWList) | Loyc.Collections.VListBlock< T > | inlinestatic |
Where(int _localCount, Predicate< T > map, WListProtected< T > forWList) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinevirtual |
WhereSelect(int _localCount, Func< T, Maybe< T >> map, WListProtected< T > forWList) (defined in Loyc.Collections.VListBlock< T >) | Loyc.Collections.VListBlock< T > | inlinevirtual |