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
NamespaceMembersIndexContext Class Reference

#include <context.h>

Inheritance diagram for NamespaceMembersIndexContext:
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
NamespaceMembersIndexContext
alloc ()
 

Private Member Functions

 NamespaceMembersIndexContext ()
 
 ~NamespaceMembersIndexContext ()
 

Private Attributes

Privatep
 

Detailed Description

Definition at line 870 of file context.h.

Constructor & Destructor Documentation

NamespaceMembersIndexContext::NamespaceMembersIndexContext ( )
private

Definition at line 8282 of file context.cpp.

References p, and Private.

Referenced by alloc().

: RefCountedContext("NamespaceMembersIndexContext")
{
p = new Private;
}
NamespaceMembersIndexContext::~NamespaceMembersIndexContext ( )
private

Definition at line 8287 of file context.cpp.

References p.

{
delete p;
}

Member Function Documentation

virtual int NamespaceMembersIndexContext::addRef ( )
inlinevirtual

Increase object's reference count

Implements TemplateStructIntf.

Definition at line 877 of file context.h.

References RefCountedContext::addRef().

static NamespaceMembersIndexContext* NamespaceMembersIndexContext::alloc ( )
inlinestatic

Definition at line 873 of file context.h.

References NamespaceMembersIndexContext().

Referenced by generateOutputViaTemplate().

TemplateVariant NamespaceMembersIndexContext::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 8292 of file context.cpp.

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

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

Decreases object's referenc count, destroy object if 0

Implements TemplateStructIntf.

Definition at line 878 of file context.h.

References RefCountedContext::release().

Member Data Documentation

Private* NamespaceMembersIndexContext::p
private

Definition at line 883 of file context.h.

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


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