Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Collections.AListBase< K, T >.ObserverMgr Member List

This is the complete list of members for Loyc.Collections.AListBase< K, T >.ObserverMgr, including all inherited members.

_count (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
_freezeMode (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
_list (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrprotected
_maxInnerSize (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
_maxLeafSize (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
_observers (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrprotected
_root (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrprotected
_treeHeight (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
_version (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
AddAll(AListNode< K, T > node) (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrinline
AListBase() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
AListBase(int maxLeafSize) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
AListBase(int maxLeafSize, int maxInnerSize) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
AListBase(AListBase< K, T > items, bool keepListChangingHandlers)Loyc.Collections.AListBase< K, T >inlineprotected
AListBase(AListBase< K, T > original, AListNode< K, T > section)Loyc.Collections.AListBase< K, T >inlineprotected
Attach(AListBase< K, T > list, Action< bool > populate) (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrinline
AutoCreateOrCloneRoot() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
AutoSplit(AListNode< K, T > splitLeft, AListNode< K, T > splitRight) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
AutoThrow() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
CheckPoint() (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrinline
Clear() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlinevirtual
ClearInternal(bool forceClear)Loyc.Collections.AListBase< K, T >inlineprotectedvirtual
CopySectionHelper(int start, int subcount)Loyc.Collections.AListBase< K, T >inlineprotected
CopySectionHelper(uint start, uint subcount) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
CopyTo(T[] array, int arrayIndex) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
Count (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
Detach() (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrinline
First (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
Freeze()Loyc.Collections.AListBase< K, T >inlinevirtual
Frozen (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
FrozenForConcurrency (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
FrozenForListChanging (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
GetEnumerator() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
GetEnumerator(int startIndex) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
GetEnumerator(int start, int subcount) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
GetEnumerator(int start, int subcount, bool startAtEnd) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
GetImmutableCount()Loyc.Collections.AListBase< K, T >inline
HandleChangedOrUndersizedRoot(AListNode< K, T > result) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotected
IllegalException(Exception e)Loyc.Collections.AListBase< K, T >.ObserverMgrinlineprotectedvirtual
IndexesOf(T item)Loyc.Collections.AListBase< K, T >inline
IndexesOf(T item, int minIndex, int maxIndex) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlinevirtual
IsEmpty (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
IsFrozen (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
ItemAdded(T item, AListLeaf< K, T > parent) (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrinline
ItemRemoved(T item, AListLeaf< K, T > parent) (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrinline
Last (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
LinearScanFor(T item, int startIndex, EqualityComparer< T > comparer)Loyc.Collections.AListBase< K, T >inline
ListChangingLoyc.Collections.AListBase< K, T >
NewEnumerator(uint start, uint firstIndex, uint lastIndex) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inlineprotectedvirtual
NewRootLeaf() (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protectedpure virtual
NodeAdded(AListNode< K, T > child, AListInnerBase< K, T > parent) (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrinline
NodeRemoved(AListNode< K, T > child, AListInnerBase< K, T > parent) (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrinline
NotFrozen (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protected
ObserverCount (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgr
ObserverMgr(AListBase< K, T > list, AListNode< K, T > root, IAListTreeObserver< K, T > existingObserver) (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrinline
RemoveAll(AListNode< K, T > node) (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrinline
Loyc::Collections::AListBase< K, T >.RemoveAll(Predicate< T > match)Loyc.Collections.AListBase< K, T >inline
RemoveAt(int index) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
RemoveRange(int index, int amount) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >inline
ReverseView (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
RootChanged(AListNode< K, T > newRoot, bool clear) (defined in Loyc.Collections.AListBase< K, T >.ObserverMgr)Loyc.Collections.AListBase< K, T >.ObserverMgrinline
Slice(int start, int length)Loyc.Collections.AListBase< K, T >inline
SplitRoot(AListNode< K, T > left, AListNode< K, T > right) (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >protectedpure virtual
SwapHelper(AListBase< K, T > other, bool swapObservers)Loyc.Collections.AListBase< K, T >inlineprotected
this[int index] (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
TreeHeight (defined in Loyc.Collections.AListBase< K, T >)Loyc.Collections.AListBase< K, T >
TryGet(int index, out bool fail)Loyc.Collections.AListBase< K, T >inline