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

#include <context.h>

Inheritance diagram for MemberListInfoContext:
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 MemberListInfoContextalloc (Definition *def, const QCString &relPath, const MemberList *ml, const QCString &title, const QCString &subtitle=QCString())
 

Private Member Functions

 MemberListInfoContext (Definition *def, const QCString &relPath, const MemberList *ml, const QCString &title, const QCString &subtitle=QCString())
 
 ~MemberListInfoContext ()
 

Private Attributes

Privatep
 

Detailed Description

Definition at line 1028 of file context.h.

Constructor & Destructor Documentation

MemberListInfoContext::MemberListInfoContext ( Definition def,
const QCString relPath,
const MemberList ml,
const QCString title,
const QCString subtitle = QCString() 
)
private

Definition at line 8977 of file context.cpp.

8979  : RefCountedContext("MemberListInfoContext")
8980 {
8981  p = new Private(def,relPath,ml,title,subtitle);
8982 }
Definition: types.h:26
RefCountedContext(const char *)
Definition: context.h:109
MemberListInfoContext::~MemberListInfoContext ( )
private

Definition at line 8984 of file context.cpp.

8985 {
8986  delete p;
8987 }

Member Function Documentation

virtual int MemberListInfoContext::addRef ( )
inlinevirtual

Increase object's reference count

Implements TemplateStructIntf.

Definition at line 1038 of file context.h.

1038 { return RefCountedContext::addRef(); }
static MemberListInfoContext* MemberListInfoContext::alloc ( Definition def,
const QCString relPath,
const MemberList ml,
const QCString title,
const QCString subtitle = QCString() 
)
inlinestatic

Definition at line 1031 of file context.h.

1034  { return new MemberListInfoContext(def,relPath,ml,title,subtitle); }
MemberListInfoContext(Definition *def, const QCString &relPath, const MemberList *ml, const QCString &title, const QCString &subtitle=QCString())
Definition: context.cpp:8977
TemplateVariant MemberListInfoContext::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 8989 of file context.cpp.

8990 {
8991  return p->get(name);
8992 }
static QCString name
Definition: declinfo.cpp:673
TemplateVariant get(const char *n) const
Definition: context.cpp:8908
virtual int MemberListInfoContext::release ( )
inlinevirtual

Decreases object's referenc count, destroy object if 0

Implements TemplateStructIntf.

Definition at line 1039 of file context.h.

1039 { return RefCountedContext::release(); }

Member Data Documentation

Private* MemberListInfoContext::p
private

Definition at line 1046 of file context.h.


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