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