My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SymbolIndexContext Class Reference

#include <context.h>

Inheritance diagram for SymbolIndexContext:
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 SymbolIndexContextalloc (const SearchIndexList *sl, const QCString &name)
 

Private Member Functions

 SymbolIndexContext (const SearchIndexList *sl, const QCString &name)
 
 ~SymbolIndexContext ()
 

Private Attributes

Privatep
 

Detailed Description

Definition at line 1266 of file context.h.

Constructor & Destructor Documentation

SymbolIndexContext::SymbolIndexContext ( const SearchIndexList sl,
const QCString &  name 
)
private

Definition at line 9775 of file context.cpp.

References p, and Private.

Referenced by alloc().

: RefCountedContext("SymbolIndexContext")
{
p = new Private(sl,name);
}
SymbolIndexContext::~SymbolIndexContext ( )
private

Definition at line 9781 of file context.cpp.

References p.

{
delete p;
}

Member Function Documentation

virtual int SymbolIndexContext::addRef ( )
inlinevirtual

Increase object's reference count

Implements TemplateStructIntf.

Definition at line 1274 of file context.h.

References RefCountedContext::addRef().

static SymbolIndexContext* SymbolIndexContext::alloc ( const SearchIndexList sl,
const QCString &  name 
)
inlinestatic

Definition at line 1269 of file context.h.

References SymbolIndexContext().

Referenced by SymbolIndicesContext::Private::Private().

{ return new SymbolIndexContext(sl,name); }
TemplateVariant SymbolIndexContext::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 9786 of file context.cpp.

References SymbolIndexContext::Private::get(), and p.

{
return p->get(name);
}
virtual int SymbolIndexContext::release ( )
inlinevirtual

Decreases object's referenc count, destroy object if 0

Implements TemplateStructIntf.

Definition at line 1275 of file context.h.

References RefCountedContext::release().

Member Data Documentation

Private* SymbolIndexContext::p
private

Definition at line 1280 of file context.h.

Referenced by get(), SymbolIndexContext(), and ~SymbolIndexContext().


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