|
void | writeDeclaration (OutputList &ol, const QCString &title, bool isConstantGroup=false, bool localName=FALSE) |
|
bool | declVisible (bool isContantGroup) const |
|
const const NamespaceDef * | find (const std::string &key) const |
| find an object given the key. More...
|
|
const const NamespaceDef * | find (const QCString &key) const |
| find an object given the key. More...
|
|
const const NamespaceDef * | find (const char *key) const |
| find an object given the key. More...
|
|
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. More...
|
|
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. More...
|
|
bool | prepend (const QCString &key, const NamespaceDef *obj) |
|
bool | del (const QCString &key) |
| Removes an object from the container and deletes it. More...
|
|
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 () |
|
|
using | Ptr = const NamespaceDef * |
|
using | Vec = std::vector< Ptr > |
|
using | iterator = typename Vec::iterator |
|
using | const_iterator = typename Vec::const_iterator |
|
using | reverse_iterator = typename Vec::reverse_iterator |
|
using | const_reverse_iterator = typename Vec::const_reverse_iterator |
|
The documentation for this class was generated from the following files: