raSystem
1.0 bata
|
#include <d3dxGlobal.h>
Public Member Functions | |
~CEffectVectorOwner () | |
void | Clear () |
void | Empty () |
void | Delete (UINT index) |
![]() | |
CEffectVector () | |
~CEffectVector () | |
void | SwapVector (CEffectVector< T * > &vOther) |
HRESULT | CopyFrom (CEffectVector< T * > &vOther) |
void | Clear () |
void | ClearWithoutDestructor () |
void | Empty () |
T * * | Add () |
HRESULT | Add (const T * &var) |
T * * | AddRange (UINT count) |
HRESULT | AddRange (const T * *pVar, UINT count) |
HRESULT | Insert (const T * &var, UINT index) |
HRESULT | InsertRange (const T * *pVar, UINT index, UINT count) |
T * & | operator[] (UINT index) |
void | Delete (UINT index) |
void | QuickDelete (UINT index) |
UINT | GetSize () const |
T * * | GetData () const |
UINT | FindIndexOf (void *pEntry) const |
void | Sort (int(__cdecl *pfnCompare)(const void *pElem1, const void *pElem2)) |
Additional Inherited Members | |
![]() | |
HRESULT | m_hLastError |
![]() | |
HRESULT | Grow () |
HRESULT | Reserve (UINT DesiredSize) |
![]() | |
BYTE * | m_pData |
UINT | m_MaxSize |
UINT | m_CurSize |
Definition at line 467 of file d3dxGlobal.h.
|
inline |
Definition at line 470 of file d3dxGlobal.h.
|
inline |
Definition at line 481 of file d3dxGlobal.h.
|
inline |
Definition at line 501 of file d3dxGlobal.h.
|
inline |
Definition at line 488 of file d3dxGlobal.h.