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

#include <context.h>

Inheritance diagram for MemberContext:
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 MemberContextalloc (MemberDef *md)
 

Private Member Functions

 MemberContext (MemberDef *)
 
 ~MemberContext ()
 

Private Attributes

Privatep
 

Detailed Description

Definition at line 348 of file context.h.

Constructor & Destructor Documentation

MemberContext::MemberContext ( MemberDef md)
private

Definition at line 5114 of file context.cpp.

References p, and Private.

Referenced by alloc(), MemberContext::Private::implementedBy(), and MemberContext::Private::reimplementedBy().

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

Definition at line 5119 of file context.cpp.

References p.

{
delete p;
}

Member Function Documentation

virtual int MemberContext::addRef ( )
inlinevirtual

Increase object's reference count

Implements TemplateStructIntf.

Definition at line 355 of file context.h.

References RefCountedContext::addRef().

static MemberContext* MemberContext::alloc ( MemberDef md)
inlinestatic
TemplateVariant MemberContext::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 5124 of file context.cpp.

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

{
return p->get(n);
}
virtual int MemberContext::release ( )
inlinevirtual

Decreases object's referenc count, destroy object if 0

Implements TemplateStructIntf.

Definition at line 356 of file context.h.

References RefCountedContext::release().

Member Data Documentation

Private* MemberContext::p
private

Definition at line 361 of file context.h.

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


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