Searched refs:m_SectionList (Results 1 – 1 of 1) sorted by relevance
44 sect_iterator begin() { return m_SectionList.begin(); } in begin()45 const_sect_iterator begin() const { return m_SectionList.begin(); } in begin()46 sect_iterator end() { return m_SectionList.end(); } in end()47 const_sect_iterator end() const { return m_SectionList.end(); } in end()49 LDSection* front() { return m_SectionList.front(); } in front()50 const LDSection* front() const { return m_SectionList.front(); } in front()51 LDSection* back() { return m_SectionList.back(); } in back()52 const LDSection* back() const { return m_SectionList.back(); } in back()80 { return m_SectionList.size(); } in numOfSections()120 m_SectionList.push_back(pSection); in addSection()[all …]