CrystalSpace

Public API Reference

csDirtyAccessArrayRefCounted< T, ElementHandler > Member List

This is the complete list of members for csDirtyAccessArrayRefCounted< T, ElementHandler >, including all inherited members.

Capacity() constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Contains(Tconst &which) constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
csArray(size_t in_capacity=0, const csArrayCapacityDefault &ch=csArrayCapacityDefault())csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
csArray(size_t in_capacity, const CS::Memory::AllocatorMalloc &alloc, const csArrayCapacityDefault &ch)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
csArray(const csArray &source)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
csDirtyAccessArray(size_t in_capacity=0, const csArrayCapacityDefault &ch=csArrayCapacityDefault())csDirtyAccessArray< T, ElementHandler > [inline]
DecRef()csDirtyAccessArrayRefCounted< T, ElementHandler > [inline]
DefaultCompare(Tconst &r1, Tconst &r2)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline, static]
Delete(Tconst &item)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
DeleteAll()csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
DeleteIndex(size_t n)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
DeleteIndexFast(size_t n)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
DeleteRange(size_t start, size_t end)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Empty()csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Find(Tconst &which) constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
FindKey(csArrayCmp< T, K > comparekey) constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
FindSortedKey(csArrayCmp< T, K > comparekey, size_t *candidate=0) constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Get(size_t n)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Get(size_t n) constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
GetAllocator() constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
GetArray()csDirtyAccessArray< T, ElementHandler > [inline]
GetArray() constcsDirtyAccessArray< T, ElementHandler > [inline]
GetArrayCopy()csDirtyAccessArray< T, ElementHandler > [inline]
GetExtend(size_t n)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
GetExtend(size_t n, Tconst &what)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
GetIndex(const T *which) constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
GetIterator()csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
GetIterator() constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
GetSize() constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
IncRef()csDirtyAccessArrayRefCounted< T, ElementHandler > [inline]
InitRegion(size_t start, size_t count)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline, protected]
Insert(size_t n, Tconst &item)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
InsertSorted(const T &item, int(*compare)(Tconst &, Tconst &)=DefaultCompare, size_t *equal_index=0)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
IsEmpty() constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
operator=(const csArray &other)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
operator==(const csArray &other) constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
operator[](size_t n)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
operator[](size_t n) constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Pop()csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Push(Tconst &what)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
PushSmart(Tconst &what)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Put(size_t n, Tconst &what)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Section(size_t low, size_t high) constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
SetCapacity(size_t n)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
SetData(T *data)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline, protected]
SetMinimalCapacity(size_t n)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
SetSize(size_t n, Tconst &what)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
SetSize(size_t n)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
ShrinkBestFit()csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Sort(int(*compare)(Tconst &, Tconst &)=DefaultCompare)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Top() constcsArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Top()csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
TransferTo(csArray &destination)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
Truncate(size_t n)csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]
~csArray()csArray< T, ElementHandler, CS::Memory::AllocatorMalloc, csArrayCapacityDefault > [inline]


Generated for Crystal Space 1.4.0 by doxygen 1.5.8