|
TNB Library
|
継承メンバを含む ICollectionMidT< TYP > の全メンバ一覧です。
| Add(const TYP &t)=0 | ICollectionT< TYP > | pure virtual |
| AddElements(size_t size, const TYP *P=NULL) | ICollectionT< TYP > | virtual |
| AddEx(const TYP &t) | ICollectionT< TYP > | |
| Append(const IConstCollectionT< TYP > &c) | ICollectionT< TYP > | virtual |
| At(INDEX index) const | ICollectionMidT< TYP > | virtual |
| begin(void) const | ICollectionT< TYP > | |
| begin(void) | ICollectionT< TYP > | |
| Compare(const IConstCollectionT< TYP > &c) const | IConstCollectionT< TYP > | virtual |
| Copy(const IConstCollectionT< TYP > &c) | ICollectionT< TYP > | virtual |
| CopyElements(size_t size, const TYP *P=NULL) | ICollectionT< TYP > | virtual |
| Cull(const IChecker &checker, bool boIsReverse=false) | ICollectionT< TYP > | virtual |
| Deserialize(const IDeserializer &ds) | ICollectionT< TYP > | virtual |
| end(void) const | ICollectionT< TYP > | |
| end(void) | ICollectionT< TYP > | |
| Find(const IChecker &checker, INDEX startIndex=0, bool boIsReverse=false) const | IConstCollectionT< TYP > | |
| Find(const IConstCollectionT< TYP > &t, const IComparatorT< TYP > &comparator, INDEX startIndex=0) const | IConstCollectionT< TYP > | |
| Find(const IConstCollectionT< TYP > &t, INDEX startIndex=0) const | IConstCollectionT< TYP > | |
| Find(const TYP &t, const IComparatorT< TYP > &comparator, INDEX startIndex=0) const | IConstCollectionT< TYP > | |
| Find(const TYP &t, INDEX startIndex=0) const | IConstCollectionT< TYP > | |
| FindMax(const IComparatorT< TYP > &comparator, const TYP &def) const | IConstCollectionT< TYP > | |
| FindMax(const TYP &def) const | IConstCollectionT< TYP > | |
| FindMin(const IComparatorT< TYP > &comparator, const TYP &def) const | IConstCollectionT< TYP > | |
| FindMin(const TYP &def) const | IConstCollectionT< TYP > | |
| Get(INDEX index) const | ICollectionMidT< TYP > | virtual |
| GetElements(size_t size, TYP *_P, INDEX offset=0) const | IConstCollectionT< TYP > | virtual |
| GetEx(INDEX index) const | IConstCollectionT< TYP > | |
| GetSize(void) const =0 | IConstCollectionT< TYP > | pure virtual |
| ICollectionMidT(void) | ICollectionMidT< TYP > | |
| ICollectionT(void) | ICollectionT< TYP > | |
| IConstCollectionT(void) | IConstCollectionT< TYP > | |
| Insert(INDEX index, const TYP &t) | ICollectionT< TYP > | virtual |
| InsertEx(INDEX index, const TYP &t) | ICollectionT< TYP > | virtual |
| IsEmpty(void) const | IConstCollectionT< TYP > | |
| IsEqual(const IConstCollectionT< TYP > &c) const | IConstCollectionT< TYP > | virtual |
| IsInRange(INDEX index) const | IConstCollectionT< TYP > | |
| Lock(DWORD dwTime=INFINITE) const =0 | ISynchronized | pure virtual |
| m_GetConstPointer(INDEX index) const =0 | ICollectionMidT< TYP > | protectedpure virtual |
| m_GetPointer(INDEX index)=0 | ICollectionMidT< TYP > | protectedpure virtual |
| operator size_t(void) const | IConstCollectionT< TYP > | |
| operator!=(const TNB::IConstCollectionT< TYP > &t) const | IComparableT< TNB::IConstCollectionT< TYP > > | |
| operator-(const TNB::IConstCollectionT< TYP > &t) const | IComparableT< TNB::IConstCollectionT< TYP > > | |
| operator<(const TNB::IConstCollectionT< TYP > &t) const | IComparableT< TNB::IConstCollectionT< TYP > > | |
| operator<=(const TNB::IConstCollectionT< TYP > &t) const | IComparableT< TNB::IConstCollectionT< TYP > > | |
| operator=(const ICollectionT &other) | ICollectionT< TYP > | |
| operator==(const TNB::IConstCollectionT< TYP > &t) const | IComparableT< TNB::IConstCollectionT< TYP > > | |
| operator>(const TNB::IConstCollectionT< TYP > &t) const | IComparableT< TNB::IConstCollectionT< TYP > > | |
| operator>=(const TNB::IConstCollectionT< TYP > &t) const | IComparableT< TNB::IConstCollectionT< TYP > > | |
| operator[](INDEX index) const | ICollectionMidT< TYP > | |
| operator[](INDEX index) | ICollectionMidT< TYP > | |
| push_back(const TYP &t) | ICollectionT< TYP > | |
| Ref(INDEX index) | ICollectionMidT< TYP > | virtual |
| Remove(INDEX index)=0 | ICollectionT< TYP > | pure virtual |
| RemoveAll(void) | ICollectionT< TYP > | virtual |
| RemoveElements(INDEX index, size_t size=0) | ICollectionT< TYP > | virtual |
| RemoveEx(INDEX index) | ICollectionT< TYP > | |
| Serialize(ISerializer &_sr) const | IConstCollectionT< TYP > | virtual |
| Set(INDEX index, const TYP &t) | ICollectionMidT< TYP > | virtual |
| SetElements(size_t size, const TYP *P=NULL) | ICollectionT< TYP > | virtual |
| SetEx(INDEX index, const TYP &t) | ICollectionT< TYP > | |
| SetSize(size_t size) | ICollectionT< TYP > | virtual |
| Shuffle(int iDepth=1) | ICollectionT< TYP > | |
| Sort(const IComparatorT< TYP > &comparator, bool boIsReverse=false, bool boIsBubble=false) | ICollectionT< TYP > | |
| Sort(bool boIsReverse=false, bool boIsBubble=false) | ICollectionT< TYP > | |
| Swap(INDEX index1, INDEX index2) | ICollectionT< TYP > | virtual |
| TrimBottom(const TYP &t, const IComparatorT< TYP > &comparator) | ICollectionT< TYP > | |
| TrimBottom(const TYP &t) | ICollectionT< TYP > | |
| Unlock(void) const =0 | ISynchronized | pure virtual |
| ~ICollectionT(void) | ICollectionT< TYP > | virtual |
| ~IComparableT(void) | IComparableT< TNB::IConstCollectionT< TYP > > | virtual |
| ~ISerializable(void) | ISerializable | virtual |
| ~ISynchronized(void) | ISynchronized | virtual |