Doxygen
|
#include <src/conceptdef.h>
Public Member Functions | |
bool | declVisible () const |
void | writeDeclaration (OutputList &ol, const QCString &header, bool localNames) const |
Public Member Functions inherited from LinkedRefMap< ConceptDef > | |
const ConceptDef * | find (const std::string &key) const |
find an object given the key. | |
const ConceptDef * | find (const QCString &key) const |
find an object given the key. | |
const ConceptDef * | find (const char *key) const |
find an object given the key. | |
ConceptDef * | find (const char *key) |
non-const wrapper for find() const | |
ConceptDef * | find (const QCString &key) |
ConceptDef * | find (const std::string &key) |
non-const wrapper for find() const | |
bool | add (const char *k, ConceptDef *obj) |
Adds an object reference to the ordered vector if it was not added already. | |
bool | add (const QCString &k, ConceptDef *obj) |
bool | prepend (const char *k, ConceptDef *obj) |
Prepends an object reference to the ordered vector if it was not added already. | |
bool | prepend (const QCString &key, ConceptDef *obj) |
bool | del (const QCString &key) |
Removes an object from the container and deletes it. | |
Ptr & | operator[] (size_t pos) |
const Ptr & | operator[] (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 () |
Additional Inherited Members | |
Public Types inherited from LinkedRefMap< ConceptDef > | |
using | Ptr |
using | Vec |
using | iterator |
using | const_iterator |
using | reverse_iterator |
using | const_reverse_iterator |
Definition at line 73 of file conceptdef.h.
bool ConceptLinkedRefMap::declVisible | ( | ) | const |
Definition at line 692 of file conceptdef.cpp.
References Config_getBool.
void ConceptLinkedRefMap::writeDeclaration | ( | OutputList & | ol, |
const QCString & | header, | ||
bool | localNames ) const |
Definition at line 706 of file conceptdef.cpp.
References OutputList::endMemberList(), FALSE, and found.