Public Member Functions | List of all members
MemberGroupListContext::Private Class Reference
Inheritance diagram for MemberGroupListContext::Private:
GenericNodeListContext TemplateListIntf

Public Member Functions

void addMemberGroup (Definition *def, const QCString &relPath, const MemberGroup *mg)
 
- Public Member Functions inherited from GenericNodeListContext
 GenericNodeListContext ()
 
int count () const
 
TemplateVariant at (int index) const
 
TemplateListIntf::ConstIteratorcreateIterator () const
 
void append (const TemplateVariant &ctn)
 
bool isEmpty () const
 
int addRef ()
 
int release ()
 
- Public Member Functions inherited from TemplateListIntf
virtual ~TemplateListIntf ()
 

Additional Inherited Members

- Static Public Member Functions inherited from GenericNodeListContext
static GenericNodeListContextalloc ()
 

Detailed Description

Definition at line 8815 of file context.cpp.

Member Function Documentation

void MemberGroupListContext::Private::addMemberGroup ( Definition def,
const QCString relPath,
const MemberGroup mg 
)
inline

Definition at line 8818 of file context.cpp.

8819  {
8820  append(MemberGroupInfoContext::alloc(def,relPath,mg));
8821  }
void append(const TemplateVariant &ctn)
Definition: context.cpp:195
static MemberGroupInfoContext * alloc(Definition *def, const QCString &relPath, const MemberGroup *mg)
Definition: context.h:982

The documentation for this class was generated from the following file: