doxygen
|
class that represents a list of constant references to sections. More...
#include <section.h>
Public Types | |
using | const_iterator = SectionInfoVec::const_iterator |
Public Member Functions | |
const SectionInfo * | find (const QCString &label) const |
Returns a constant pointer to the section info given a section label or nullptr if no section with the given label can be found. More... | |
void | add (const SectionInfo *si) |
Adds a non-owning section reference. | |
const_iterator | begin () const |
const_iterator | end () const |
bool | empty () const |
size_t | size () const |
class that represents a list of constant references to sections.
|
inline |
Returns a constant pointer to the section info given a section label or nullptr if no section with the given label can be found.