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