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 |
find an object given the key. | |
const const NamespaceDef * | find (const QCString &key) const |
find an object given the key. | |
const const NamespaceDef * | find (const char *key) const |
find an object given the key. | |
const NamespaceDef * | find (const char *key) |
non-const wrapper for find() const | |
const NamespaceDef * | find (const QCString &key) |
const NamespaceDef * | find (const std::string &key) |
non-const wrapper for find() const | |
bool | add (const char *k, const NamespaceDef *obj) |
Adds an object reference to the ordered vector if it was not added already. | |
bool | add (const QCString &k, const NamespaceDef *obj) |
bool | prepend (const char *k, const NamespaceDef *obj) |
Prepends an object reference to the ordered vector if it was not added already. | |
bool | prepend (const QCString &key, const NamespaceDef *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< 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 1345 of file namespacedef.cpp.
References err, found, and IDL.
Referenced by writeDeclaration().
void NamespaceLinkedRefMap::writeDeclaration | ( | OutputList & | ol, |
const QCString & | title, | ||
bool | isConstantGroup = false, | ||
bool | localName = FALSE ) |
Definition at line 1375 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(), IDL, OutputList::insertMemberAlign(), OutputGenerator::Normal, OutputList::parseText(), OutputList::startMemberDeclaration(), OutputList::startMemberDescription(), OutputList::startMemberHeader(), OutputList::startMemberItem(), OutputList::startMemberList(), TRUE, and OutputList::writeObjectLink().