Inherits std::iterator_traits< CConfig >.
Public Member Functions | |
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.