Public Member Functions | List of all members
SectionDict Class Reference

#include <section.h>

Inheritance diagram for SectionDict:
SDict< SectionInfo >

Public Member Functions

 SectionDict (int size)
 
 ~SectionDict ()
 
- Public Member Functions inherited from SDict< SectionInfo >
 SDict (int size=17, bool caseSensitive=TRUE)
 
virtual ~SDict ()
 
void append (const char *key, const SectionInfo *d)
 
void prepend (const char *key, const SectionInfo *d)
 
bool remove (const char *key)
 
SectionInfotake (const char *key)
 
void sort ()
 
void inSort (const char *key, const SectionInfo *d)
 
void insertAt (int i, const char *key, const SectionInfo *d)
 
void setAutoDelete (bool val)
 
SectionInfofind (const char *key)
 
SectionInfofind (const QCString &key)
 
SectionInfofind (const QString &key)
 
int findAt (const QCString &key)
 
SectionInfooperator[] (const char *key) const
 
SectionInfoat (uint i)
 
virtual int compareValues (const SectionInfo *item1, const SectionInfo *item2) const
 
void clear ()
 
int count () const
 

Detailed Description

Unsorted dictionary of SectionInfo objects.

Definition at line 68 of file section.h.

Constructor & Destructor Documentation

SectionDict::SectionDict ( int  size)
inline

Definition at line 71 of file section.h.

decltype(auto) constexpr size(T &&obj)
ADL-aware version of std::size.
Definition: StdUtils.h:92
SectionDict::~SectionDict ( )
inline

Definition at line 72 of file section.h.

72 {}

The documentation for this class was generated from the following file: