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

#include <context.h>

Inheritance diagram for ModuleNodeContext:
RefCountedContext TemplateStructIntf

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 ModuleNodeContextalloc (GroupDef *gd)
 

Private Member Functions

 ModuleNodeContext (GroupDef *)
 
 ~ModuleNodeContext ()
 

Private Attributes

Privatep
 

Detailed Description

Definition at line 729 of file context.h.

Constructor & Destructor Documentation

ModuleNodeContext::ModuleNodeContext ( GroupDef )
private
ModuleNodeContext::~ModuleNodeContext ( )
private

Member Function Documentation

virtual int ModuleNodeContext::addRef ( )
inlinevirtual

Increase object's reference count

Implements TemplateStructIntf.

Definition at line 736 of file context.h.

736 { return RefCountedContext::addRef(); }
static ModuleNodeContext* ModuleNodeContext::alloc ( GroupDef gd)
inlinestatic

Definition at line 732 of file context.h.

732 { return new ModuleNodeContext(gd); }
ModuleNodeContext(GroupDef *)
virtual TemplateVariant ModuleNodeContext::get ( const char *  name) const
virtual

Gets the value for a field name.

Parameters
[in]nameThe name of the field.

Implements TemplateStructIntf.

virtual int ModuleNodeContext::release ( )
inlinevirtual

Decreases object's referenc count, destroy object if 0

Implements TemplateStructIntf.

Definition at line 737 of file context.h.

737 { return RefCountedContext::release(); }

Member Data Documentation

Private* ModuleNodeContext::p
private

Definition at line 742 of file context.h.


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