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

#include <src/pagedef.h>

+ Inheritance diagram for PageLinkedRefMap:
+ Collaboration diagram for PageLinkedRefMap:

Additional Inherited Members

- Public Types inherited from LinkedRefMap< PageDef >
using Ptr
 
using Vec
 
using iterator
 
using const_iterator
 
using reverse_iterator
 
using const_reverse_iterator
 
- Public Member Functions inherited from LinkedRefMap< PageDef >
const PageDeffind (const std::string &key) const
 find an object given the key.
 
const PageDeffind (const QCString &key) const
 find an object given the key.
 
const PageDeffind (const char *key) const
 find an object given the key.
 
PageDeffind (const char *key)
 non-const wrapper for find() const
 
PageDeffind (const QCString &key)
 
PageDeffind (const std::string &key)
 non-const wrapper for find() const
 
bool add (const char *k, PageDef *obj)
 Adds an object reference to the ordered vector if it was not added already.
 
bool add (const QCString &k, PageDef *obj)
 
bool prepend (const char *k, PageDef *obj)
 Prepends an object reference to the ordered vector if it was not added already.
 
bool prepend (const QCString &key, PageDef *obj)
 
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

Definition at line 72 of file pagedef.h.


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