|
Doxygen
|
#include <src/classlist.h>
Public Member Functions | |
| bool | declVisible (const ClassDef::CompoundType *filter=nullptr) const |
| void | writeDeclaration (OutputList &ol, const ClassDef::CompoundType *filter, const QCString &header, bool localNames) const |
| void | writeDocumentation (OutputList &ol, const Definition *container=nullptr) const |
| Public Member Functions inherited from LinkedRefMap< ClassDef > | |
| const ClassDef * | find (const std::string &key) const |
| bool | add (const char *k, ClassDef *obj) |
| bool | prepend (const char *k, ClassDef *obj) |
| bool | del (const QCString &key) |
| Ptr & | operator[] (size_t pos) |
| iterator | begin () |
| iterator | end () |
| reverse_iterator | rbegin () |
| reverse_iterator | rend () |
| bool | empty () const |
| size_t | size () const |
| void | clear () |
Additional Inherited Members | |
| Public Types inherited from LinkedRefMap< ClassDef > | |
| using | Ptr |
| using | Vec |
| using | iterator |
| using | const_iterator |
| using | reverse_iterator |
| using | const_reverse_iterator |
Definition at line 30 of file classlist.h.
| bool ClassLinkedRefMap::declVisible | ( | const ClassDef::CompoundType * | filter = nullptr | ) | const |
Definition at line 29 of file classlist.cpp.
References Config_getBool.
| void ClassLinkedRefMap::writeDeclaration | ( | OutputList & | ol, |
| const ClassDef::CompoundType * | filter, | ||
| const QCString & | header, | ||
| bool | localNames ) const |
Definition at line 53 of file classlist.cpp.
References Config_getBool, OutputList::endMemberList(), and FALSE.
Referenced by FileDefImpl::writeClassDeclarations(), and NamespaceDefImpl::writeClassDeclarations().
| void ClassLinkedRefMap::writeDocumentation | ( | OutputList & | ol, |
| const Definition * | container = nullptr ) const |
Definition at line 74 of file classlist.cpp.
References Config_getBool, OutputList::endGroupHeader(), FALSE, OutputList::parseText(), Definition::partOfGroups(), OutputList::startGroupHeader(), theTranslator, TRUE, and OutputList::writeRuler().