Classes | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
MemberGroupInfoContext Class Reference

#include <context.h>

Inheritance diagram for MemberGroupInfoContext:
RefCountedContext TemplateStructIntf

Classes

class  Private
 

Public Member Functions

virtual TemplateVariant get (const char *name) 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 TemplateStructIntf
virtual ~TemplateStructIntf ()
 

Static Public Member Functions

static MemberGroupInfoContextalloc (Definition *def, const QCString &relPath, const MemberGroup *mg)
 

Private Member Functions

 MemberGroupInfoContext (Definition *def, const QCString &relPath, const MemberGroup *mg)
 
 ~MemberGroupInfoContext ()
 

Private Attributes

Privatep
 

Detailed Description

Definition at line 979 of file context.h.

Constructor & Destructor Documentation

MemberGroupInfoContext::MemberGroupInfoContext ( Definition def,
const QCString relPath,
const MemberGroup mg 
)
private

Definition at line 8796 of file context.cpp.

8797  : RefCountedContext("MemberGroupInfoContext")
8798 {
8799  p = new Private(def,relPath,mg);
8800 }
Definition: types.h:26
RefCountedContext(const char *)
Definition: context.h:109
MemberGroupInfoContext::~MemberGroupInfoContext ( )
private

Definition at line 8802 of file context.cpp.

8803 {
8804  delete p;
8805 }

Member Function Documentation

virtual int MemberGroupInfoContext::addRef ( )
inlinevirtual

Increase object's reference count

Implements TemplateStructIntf.

Definition at line 987 of file context.h.

987 { return RefCountedContext::addRef(); }
static MemberGroupInfoContext* MemberGroupInfoContext::alloc ( Definition def,
const QCString relPath,
const MemberGroup mg 
)
inlinestatic

Definition at line 982 of file context.h.

983  { return new MemberGroupInfoContext(def,relPath,mg); }
MemberGroupInfoContext(Definition *def, const QCString &relPath, const MemberGroup *mg)
Definition: context.cpp:8796
TemplateVariant MemberGroupInfoContext::get ( const char *  name) const
virtual

Gets the value for a field name.

Parameters
[in]nameThe name of the field.

Implements TemplateStructIntf.

Definition at line 8807 of file context.cpp.

8808 {
8809  return p->get(name);
8810 }
static QCString name
Definition: declinfo.cpp:673
TemplateVariant get(const char *n) const
Definition: context.cpp:8724
virtual int MemberGroupInfoContext::release ( )
inlinevirtual

Decreases object's referenc count, destroy object if 0

Implements TemplateStructIntf.

Definition at line 988 of file context.h.

988 { return RefCountedContext::release(); }

Member Data Documentation

Private* MemberGroupInfoContext::p
private

Definition at line 993 of file context.h.


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