akregator
c4_DWordArray Class Reference
#include <univ.h>
Inherited by c4_Allocator.
Detailed Description
Definition at line 60 of file univ.h.
Public Member Functions | |
| int | Add (t4_i32 newElement) |
| c4_DWordArray () | |
| t4_i32 & | ElementAt (int nIndex) |
| t4_i32 | GetAt (int nIndex) const |
| int | GetSize () const |
| void | InsertAt (int nIndex, t4_i32 newElement, int nCount=1) |
| void | RemoveAt (int nIndex, int nCount=1) |
| void | SetAt (int nIndex, t4_i32 newElement) |
| void | SetSize (int nNewSize, int nGrowBy=-1) |
| ~c4_DWordArray () | |
Constructor & Destructor Documentation
| c4_DWordArray::c4_DWordArray | ( | ) |
| c4_DWordArray::~c4_DWordArray | ( | ) |
Member Function Documentation
| t4_i32& c4_DWordArray::ElementAt | ( | int | nIndex | ) |
| t4_i32 c4_DWordArray::GetAt | ( | int | nIndex | ) | const |
| int c4_DWordArray::GetSize | ( | ) | const |
| void c4_DWordArray::InsertAt | ( | int | nIndex, | |
| t4_i32 | newElement, | |||
| int | nCount = 1 | |||
| ) |
| void c4_DWordArray::RemoveAt | ( | int | nIndex, | |
| int | nCount = 1 | |||
| ) |
| void c4_DWordArray::SetAt | ( | int | nIndex, | |
| t4_i32 | newElement | |||
| ) |
| void c4_DWordArray::SetSize | ( | int | nNewSize, | |
| int | nGrowBy = -1 | |||
| ) |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference