Doxygen
|
#include <src/namespacedef.h>
Public Member Functions | |
void | writeDeclaration (OutputList &ol, const QCString &title, bool isConstantGroup=false, bool localName=FALSE) |
bool | declVisible (bool isContantGroup) const |
Public Member Functions inherited from LinkedRefMap< const NamespaceDef > | |
const const NamespaceDef * | find (const std::string &key) const |
bool | add (const char *k, const NamespaceDef *obj) |
bool | prepend (const char *k, const NamespaceDef *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< const NamespaceDef > | |
using | Ptr |
using | Vec |
using | iterator |
using | const_iterator |
using | reverse_iterator |
using | const_reverse_iterator |
Definition at line 45 of file namespacedef.h.
bool NamespaceLinkedRefMap::declVisible | ( | bool | isContantGroup | ) | const |
Definition at line 1348 of file namespacedef.cpp.
Referenced by writeDeclaration().
void NamespaceLinkedRefMap::writeDeclaration | ( | OutputList & | ol, |
const QCString & | title, | ||
bool | isConstantGroup = false, | ||
bool | localName = FALSE ) |
Definition at line 1378 of file namespacedef.cpp.
References Config_getBool, declVisible(), OutputList::docify(), LinkedRefMap< const NamespaceDef >::empty(), OutputList::endMemberDeclaration(), OutputList::endMemberDescription(), OutputList::endMemberHeader(), OutputList::endMemberItem(), OutputList::endMemberList(), FALSE, OutputList::generateDoc(), OutputList::insertMemberAlign(), QCString::isEmpty(), OutputGenerator::Normal, OutputList::parseText(), QCString::prepend(), OutputList::startMemberDeclaration(), OutputList::startMemberDescription(), OutputList::startMemberHeader(), OutputList::startMemberItem(), OutputList::startMemberList(), TRUE, and OutputList::writeObjectLink().