LikhachevAV / OOP2016

0 stars 0 forks source link

Замечания по StringList #10

Open alexey-malov opened 7 years ago

alexey-malov commented 7 years ago
alexey-malov commented 7 years ago
alexey-malov commented 7 years ago

    CStringList::CIterator const cbegin() const;

    CStringList::CIterator end();

    CStringList::CIterator const cend() const;

    CStringList::CIterator rbegin();

    CStringList::CIterator const crbegin() const;

    CStringList::CIterator rend();

    CStringList::CIterator const crend() const;

внутри CStringList не нужно указывать, что возвращается тип из класса CStringLsit

alexey-malov commented 7 years ago
alexey-malov commented 7 years ago
alexey-malov commented 7 years ago
alexey-malov commented 7 years ago
alexey-malov commented 7 years ago