ORecordList< T > Class Template Reference
The recordlist used as a return type from OPimAccessTemplate. More...
#include <orecordlist.h>
Collaboration diagram for ORecordList< T >:

Public Types | |
| typedef OTemplateBase< T > | Base |
| typedef ORecordListIterator< T > | Iterator |
Public Member Functions | |
| ORecordList () | |
| c'tor | |
| ORecordList (const QArray< int > &ids, const Base *) | |
| ~ORecordList () | |
| Iterator | begin () |
| the first iterator | |
| Iterator | end () |
| the end | |
| uint | count () const |
| the number of items in the list | |
| T | operator[] (uint i) |
| int | uidAt (uint i) |
| bool | remove (int uid) |
| Remove the contact with given uid. | |
Detailed Description
template<class T = OPimRecord>
class ORecordList< T >
The recordlist used as a return type from OPimAccessTemplate.
Definition at line 84 of file orecordlist.h.
Member Typedef Documentation
|
|||||
|
Definition at line 86 of file orecordlist.h. Referenced by ORecordList< T >::ORecordList(). |
|
|||||
|
Definition at line 87 of file orecordlist.h. Referenced by ORecordList< T >::begin(), and ORecordList< T >::end(). |
Constructor & Destructor Documentation
|
|||||||||
|
c'tor
Definition at line 92 of file orecordlist.h. |
|
||||||||||||||||
|
Definition at line 246 of file orecordlist.h. References ORecordList< T >::Base. |
|
|||||||||
|
Definition at line 252 of file orecordlist.h. |
Member Function Documentation
|
|||||||||
|
the first iterator
Definition at line 256 of file orecordlist.h. References ORecordList< T >::Iterator. |
|
|||||||||
|
the end
Definition at line 261 of file orecordlist.h. References QArray< int >::count(), ORecordList< T >::Iterator, ORecordListIterator< T >::m_current, and ORecordListIterator< T >::m_end. |
|
|||||||||
|
the number of items in the list
Definition at line 269 of file orecordlist.h. |
|
||||||||||
|
Definition at line 273 of file orecordlist.h. References QArray< int >::count(), and OTemplateBase< T >::find(). |
|
||||||||||
|
Definition at line 280 of file orecordlist.h. |
|
||||||||||
|
Remove the contact with given uid.
Definition at line 285 of file orecordlist.h. References QArray< int >::count(), and QArray::resize(). |
The documentation for this class was generated from the following file:
