Inheritance diagram for CConfig::const_iterator:


Public Member Functions | |
| const_iterator () | |
| const_iterator (const internal_const_iterator &i) | |
| const_iterator & | operator= (const const_iterator &i) |
| CString | operator * () |
| const CString * | operator-> () |
| const_iterator & | operator++ () |
| const_iterator | operator++ (int) |
| const_iterator & | operator-- () |
| const_iterator | operator-- (int) |
| bool | operator== (const const_iterator &i) const |
| bool | operator!= (const const_iterator &i) const |
Definition at line 145 of file CConfig.h.
1.4.7