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