#include <cdbcharactervector.h>
Public Member Functions | |
| CDBcharacterIterator (const CDBcharacterIterator &ref) | |
| CDBcharacterIterator (char *ptr=0) | |
| void | next () |
| Switch to next item. | |
| char & | operator * () |
| const char & | operator * () const |
| bool | operator!= (const CDBcharacterIterator &ref) const |
| CDBcharacterIterator | operator+ (int p) const |
| CDBcharacterIterator | operator++ (int) |
| CDBcharacterIterator & | operator++ () |
| int | operator- (const CDBcharacterIterator &ref) const |
| CDBcharacterIterator | operator- (int p) const |
| CDBcharacterIterator & | operator= (const CDBcharacterIterator &ref) |
| bool | operator== (const CDBcharacterIterator &ref) const |
| void | prev () |
| Switch to previous item. | |
| ~CDBcharacterIterator () | |
Private Attributes | |
| char * | m_Ptr |
Friends | |
| class | CDBcharacterVector |
|
|
|
|
|
|
|
|
|
|
|
Switch to next item.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Switch to previous item.
|
|
|
|
|
|
|
1.4.4