raSystem
1.0 bata
|
#include <d3dxGlobal.h>
Public Member Functions | |
CEffectVector () | |
~CEffectVector () | |
void | SwapVector (CEffectVector< T > &vOther) |
HRESULT | CopyFrom (CEffectVector< T > &vOther) |
void | Clear () |
void | ClearWithoutDestructor () |
void | Empty () |
T * | Add () |
T * | AddRange (UINT count) |
HRESULT | Add (const T &var) |
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)) |
Public Attributes | |
HRESULT | m_hLastError |
Protected Member Functions | |
HRESULT | Grow () |
HRESULT | Reserve (UINT DesiredSize) |
Protected Attributes | |
BYTE * | m_pData |
UINT | m_MaxSize |
UINT | m_CurSize |
Definition at line 176 of file d3dxGlobal.h.
|
inline |
Definition at line 233 of file d3dxGlobal.h.
|
inline |
Definition at line 243 of file d3dxGlobal.h.
|
inline |
Definition at line 319 of file d3dxGlobal.h.
|
inline |
Definition at line 349 of file d3dxGlobal.h.
|
inline |
Definition at line 328 of file d3dxGlobal.h.
|
inline |
Definition at line 360 of file d3dxGlobal.h.
|
inline |
Definition at line 284 of file d3dxGlobal.h.
|
inline |
Definition at line 294 of file d3dxGlobal.h.
|
inline |
Definition at line 259 of file d3dxGlobal.h.
|
inline |
Definition at line 418 of file d3dxGlobal.h.
|
inline |
Definition at line 306 of file d3dxGlobal.h.
|
inline |
Definition at line 445 of file d3dxGlobal.h.
|
inline |
Definition at line 440 of file d3dxGlobal.h.
|
inline |
Definition at line 435 of file d3dxGlobal.h.
|
inlineprotected |
Definition at line 187 of file d3dxGlobal.h.
|
inline |
Definition at line 377 of file d3dxGlobal.h.
|
inline |
Definition at line 391 of file d3dxGlobal.h.
|
inline |
Definition at line 411 of file d3dxGlobal.h.
|
inline |
Definition at line 427 of file d3dxGlobal.h.
|
inlineprotected |
Definition at line 192 of file d3dxGlobal.h.
|
inline |
Definition at line 458 of file d3dxGlobal.h.
|
inline |
Definition at line 250 of file d3dxGlobal.h.
|
protected |
Definition at line 185 of file d3dxGlobal.h.
HRESULT CEffectVector< T >::m_hLastError |
Definition at line 231 of file d3dxGlobal.h.
|
protected |
Definition at line 184 of file d3dxGlobal.h.
|
protected |
Definition at line 183 of file d3dxGlobal.h.