TNB Library
CAutoVectorT< TYP > メンバ一覧

継承メンバを含む CAutoVectorT< TYP > の全メンバ一覧です。

Add(const TYP &t)CVectorT< TYP >virtual
AddElements(size_t size, const TYP *P=NULL)CVectorT< TYP >virtual
AddEx(const TYP &t)ICollectionT< TYP >
Append(const IConstCollectionT< TYP > &c)CVectorT< TYP >virtual
At(INDEX index) constCVectorT< TYP >virtual
begin(void) constCVectorT< TYP >
begin(void)CVectorT< TYP >
Compare(const IConstCollectionT< TYP > &c) constIConstCollectionT< 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
CVectorT(size_t size=0)CVectorT< TYP >explicit
CVectorT(const CVectorT< TYP > &other)CVectorT< TYP >
Deserialize(const IDeserializer &ds)ICollectionT< TYP >virtual
end(void) constCVectorT< TYP >
end(void)CVectorT< TYP >
erase(iterator ite)CVectorT< TYP >
Find(const IChecker &checker, INDEX startIndex=0, bool boIsReverse=false) constIConstCollectionT< TYP >
Find(const IConstCollectionT< TYP > &t, const IComparatorT< TYP > &comparator, INDEX startIndex=0) constIConstCollectionT< TYP >
Find(const IConstCollectionT< TYP > &t, INDEX startIndex=0) constIConstCollectionT< TYP >
Find(const TYP &t, const IComparatorT< TYP > &comparator, INDEX startIndex=0) constIConstCollectionT< TYP >
Find(const TYP &t, INDEX startIndex=0) constIConstCollectionT< TYP >
FindMax(const IComparatorT< TYP > &comparator, const TYP &def) constIConstCollectionT< TYP >
FindMax(const TYP &def) constIConstCollectionT< TYP >
FindMin(const IComparatorT< TYP > &comparator, const TYP &def) constIConstCollectionT< TYP >
FindMin(const TYP &def) constIConstCollectionT< TYP >
Get(INDEX index) constCVectorT< TYP >virtual
GetBuffer(size_t size=0)CVectorT< TYP >
GetElements(size_t size, TYP *_P, INDEX offset=0) constIConstCollectionT< TYP >virtual
GetEx(INDEX index) constIConstCollectionT< TYP >
GetReferCount(void)CVectorT< TYP >
GetSize(void) constCVectorT< TYP >virtual
ICollectionT(void)ICollectionT< TYP >
IConstCollectionT(void)IConstCollectionT< TYP >
Insert(INDEX index, const TYP &t)CAutoVectorT< TYP >virtual
insert(iterator ite, const TYP &t=TYP())CVectorT< TYP >
InsertEx(INDEX index, const TYP &t)ICollectionT< TYP >virtual
Invalid(void)CVectorT< TYP >
IsEmpty(void) constIConstCollectionT< TYP >
IsEqual(const IConstCollectionT< TYP > &c) constIConstCollectionT< TYP >virtual
IsInRange(INDEX index) constIConstCollectionT< TYP >
IsValid(void) constCVectorT< TYP >
Lock(DWORD dwTime=INFINITE) constCVectorT< TYP >virtual
Mid(INDEX startIndex, size_t size=0) constCVectorT< TYP >
operator size_t(void) constIConstCollectionT< TYP >
operator!=(const TNB::IConstCollectionT< TYP > &t) constIComparableT< TNB::IConstCollectionT< TYP > >
operator+(const CVectorT< TYP > &other) constCVectorT< TYP >
operator+=(const CVectorT< TYP > &vector)CVectorT< TYP >
operator-(const TNB::IConstCollectionT< TYP > &t) constIComparableT< TNB::IConstCollectionT< TYP > >
operator<(const TNB::IConstCollectionT< TYP > &t) constIComparableT< TNB::IConstCollectionT< TYP > >
operator<=(const TNB::IConstCollectionT< TYP > &t) constIComparableT< TNB::IConstCollectionT< TYP > >
operator=(const CVectorT &other)CVectorT< TYP >
TNB::ICollectionT::operator=(const ICollectionT &other)ICollectionT< TYP >
operator==(const TNB::IConstCollectionT< TYP > &t) constIComparableT< TNB::IConstCollectionT< TYP > >
operator>(const TNB::IConstCollectionT< TYP > &t) constIComparableT< TNB::IConstCollectionT< TYP > >
operator>=(const TNB::IConstCollectionT< TYP > &t) constIComparableT< TNB::IConstCollectionT< TYP > >
operator[](INDEX index) constCAutoVectorT< TYP >
operator[](INDEX index)CAutoVectorT< TYP >
push_back(const TYP &t)CVectorT< TYP >
push_front(const TYP &t)CVectorT< TYP >
Ref(INDEX index)CVectorT< TYP >virtual
ReferBuffer(void) constCVectorT< TYP >virtual
ReleaseBuffer(void)CVectorT< TYP >
Remove(INDEX index)CVectorT< TYP >virtual
RemoveAll(void)CVectorT< TYP >virtual
RemoveElements(INDEX index, size_t size=0)CVectorT< TYP >virtual
RemoveEx(INDEX index)ICollectionT< TYP >
Serialize(ISerializer &_sr) constIConstCollectionT< TYP >virtual
Set(INDEX index, const TYP &t)CAutoVectorT< TYP >virtual
SetElements(size_t size, const TYP *P=NULL)CVectorT< TYP >virtual
SetEx(INDEX index, const TYP &t)ICollectionT< TYP >
SetIncrementSize(size_t size)CVectorT< TYP >
SetSize(size_t size)CVectorT< 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) constCVectorT< TYP >virtual
~CVectorT(void)CVectorT< TYP >virtual
~ICollectionT(void)ICollectionT< TYP >virtual
~IComparableT(void)IComparableT< TNB::IConstCollectionT< TYP > >virtual
~ISequenceCollectionT(void)ISequenceCollectionT< TYP >virtual
~ISerializable(void)ISerializablevirtual
~ISynchronized(void)ISynchronizedvirtual