Doxygen
Loading...
Searching...
No Matches
DirLinkedMap Class Reference

A linked map of directories. More...

#include <src/dirdef.h>

+ Inheritance diagram for DirLinkedMap:
+ Collaboration diagram for DirLinkedMap:

Additional Inherited Members

- Public Types inherited from LinkedMap< DirDef >
using Ptr
 
using Vec
 
using iterator
 
using const_iterator
 
using reverse_iterator
 
using const_reverse_iterator
 
- Public Member Functions inherited from LinkedMap< DirDef >
const DirDeffind (const std::string &key) const
 Find an object given the key.
 
const DirDeffind (const QCString &key) const
 Find an object given the key.
 
const DirDeffind (const char *key) const
 Find an object given the key.
 
DirDeffind (const char *key)
 A non-const wrapper for find() const.
 
DirDeffind (const QCString &key)
 A non-const wrapper for find() const.
 
DirDeffind (const std::string &key)
 A non-const wrapper for find() const.
 
DirDefadd (const char *k, Args &&... args)
 Adds a new object to the ordered vector if it was not added already.
 
DirDefadd (const QCString &k, Args &&... args)
 
DirDefadd (const char *k, Ptr &&ptr)
 Adds an existing object to the ordered vector (unless another object was already added under the same key).
 
DirDefadd (const QCString &k, Ptr &&ptr)
 
DirDefprepend (const char *k, Args &&... args)
 Prepends a new object to the ordered vector if it was not added already.
 
DirDefprepend (const QCString &key, Args &&... args)
 
bool del (const QCString &key)
 Removes an object from the container and deletes it.
 
Ptroperator[] (size_t pos)
 
const Ptroperator[] (size_t pos) const
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
reverse_iterator rbegin ()
 
const_reverse_iterator rbegin () const
 
reverse_iterator rend ()
 
const_reverse_iterator rend () const
 
bool empty () const
 
size_t size () const
 
void clear ()
 

Detailed Description

A linked map of directories.

Definition at line 171 of file dirdef.h.


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