My Project
|
#include <context.h>
Classes | |
class | Private |
Public Member Functions | |
virtual int | count () const |
virtual TemplateVariant | at (int index) const |
virtual TemplateListIntf::ConstIterator * | createIterator () const |
virtual int | addRef () |
virtual int | release () |
Public Member Functions inherited from RefCountedContext | |
RefCountedContext (const char *) | |
virtual | ~RefCountedContext () |
int | addRef () |
int | release () |
Public Member Functions inherited from TemplateListIntf | |
virtual | ~TemplateListIntf () |
Static Public Member Functions | |
static MemberGroupListContext * | alloc () |
static MemberGroupListContext * | alloc (Definition *def, const QCString &relPath, const MemberGroupList *list) |
static MemberGroupListContext * | alloc (Definition *def, const QCString &relPath, const MemberGroupSDict *dict, bool subGrouping) |
Private Member Functions | |
MemberGroupListContext () | |
MemberGroupListContext (Definition *def, const QCString &relPath, const MemberGroupList *list) | |
MemberGroupListContext (Definition *def, const QCString &relPath, const MemberGroupSDict *mgDict, bool subGrouping) | |
~MemberGroupListContext () | |
Private Attributes | |
Private * | p |
|
private |
Definition at line 8839 of file context.cpp.
Referenced by alloc().
|
private |
Definition at line 8844 of file context.cpp.
References MemberGroupListContext::Private::addMemberGroup(), p, and Private.
|
private |
Definition at line 8858 of file context.cpp.
References MemberGroupListContext::Private::addMemberGroup(), MemberGroup::allMembersInSameSection(), SIntDict< MemberGroup >::Iterator, p, and Private.
|
private |
|
inlinevirtual |
Increase object's reference count
Implements TemplateListIntf.
Definition at line 1013 of file context.h.
References RefCountedContext::addRef().
|
inlinestatic |
Definition at line 1002 of file context.h.
References MemberGroupListContext().
Referenced by ClassContext::Private::memberGroups(), NamespaceContext::Private::memberGroups(), FileContext::Private::memberGroups(), ModuleContext::Private::memberGroups(), MemberGroupInfoContext::Private::memberGroups(), and MemberListInfoContext::Private::memberGroups().
|
inlinestatic |
|
inlinestatic |
|
virtual |
Returns the element at index position index.
Implements TemplateListIntf.
Definition at line 8886 of file context.cpp.
References GenericNodeListContext::at(), and p.
|
virtual |
Returns the number of elements in the list
Implements TemplateListIntf.
Definition at line 8881 of file context.cpp.
References GenericNodeListContext::count(), and p.
|
virtual |
Creates a new iterator for this list.
Implements TemplateListIntf.
Definition at line 8891 of file context.cpp.
References GenericNodeListContext::createIterator(), and p.
|
inlinevirtual |
Decreases object's referenc count, destroy object if 0
Implements TemplateListIntf.
Definition at line 1014 of file context.h.
References RefCountedContext::release().
|
private |
Definition at line 1021 of file context.h.
Referenced by at(), count(), createIterator(), MemberGroupListContext(), and ~MemberGroupListContext().