reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
456 if (!Sections.empty()) 457 return *Sections.begin(); 461 void removeSection(const SectionBase *Sec) { Sections.erase(Sec); } 462 void addSection(const SectionBase *Sec) { Sections.insert(Sec); }