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 MemberListContext * | alloc () |
static MemberListContext * | alloc (const MemberList *ml) |
static MemberListContext * | alloc (MemberSDict *ml, bool doSort) |
Private Member Functions | |
MemberListContext () | |
MemberListContext (const MemberList *ml) | |
MemberListContext (MemberSDict *ml, bool doSort) | |
~MemberListContext () | |
Private Attributes | |
Private * | p |
|
private |
Definition at line 8489 of file context.cpp.
Referenced by alloc().
|
private |
Definition at line 8494 of file context.cpp.
References MemberListContext::Private::addMember(), MemberDef::isBriefSectionVisible(), MemberDef::isDetailedSectionLinkable(), MemberList::listType(), MemberListType_detailedLists, p, and Private.
|
private |
Definition at line 8514 of file context.cpp.
References MemberListContext::Private::addMember(), SDict< MemberDef >::Iterator, p, Private, and SDict< T >::sort().
|
private |
|
inlinevirtual |
Increase object's reference count
Implements TemplateListIntf.
Definition at line 965 of file context.h.
References RefCountedContext::addRef().
|
inlinestatic |
Definition at line 954 of file context.h.
References MemberListContext().
Referenced by MemberContext::Private::enumValues(), ClassContext::Private::members(), MemberGroupInfoContext::Private::members(), MemberListInfoContext::Private::members(), InheritedMemberInfoContext::Private::members(), MemberContext::Private::sourceRefBys(), and MemberContext::Private::sourceRefs().
|
inlinestatic |
|
inlinestatic |
|
virtual |
Returns the element at index position index.
Implements TemplateListIntf.
Definition at line 8543 of file context.cpp.
References GenericNodeListContext::at(), and p.
|
virtual |
Returns the number of elements in the list
Implements TemplateListIntf.
Definition at line 8538 of file context.cpp.
References GenericNodeListContext::count(), and p.
|
virtual |
Creates a new iterator for this list.
Implements TemplateListIntf.
Definition at line 8548 of file context.cpp.
References GenericNodeListContext::createIterator(), and p.
|
inlinevirtual |
Decreases object's referenc count, destroy object if 0
Implements TemplateListIntf.
Definition at line 966 of file context.h.
References RefCountedContext::release().
|
private |
Definition at line 973 of file context.h.
Referenced by at(), count(), createIterator(), MemberListContext(), and ~MemberListContext().