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

#include <context.h>

Inheritance diagram for SymbolGroupContext:
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 SymbolGroupContextalloc (const SearchDefinitionList *sdl)
 

Private Member Functions

 SymbolGroupContext (const SearchDefinitionList *sdl)
 
 ~SymbolGroupContext ()
 

Private Attributes

Privatep
 

Detailed Description

Definition at line 1224 of file context.h.

Constructor & Destructor Documentation

SymbolGroupContext::SymbolGroupContext ( const SearchDefinitionList sdl)
private

Definition at line 9663 of file context.cpp.

References p, and Private.

Referenced by alloc().

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

Definition at line 9669 of file context.cpp.

References p.

{
delete p;
}

Member Function Documentation

virtual int SymbolGroupContext::addRef ( )
inlinevirtual

Increase object's reference count

Implements TemplateStructIntf.

Definition at line 1232 of file context.h.

References RefCountedContext::addRef().

static SymbolGroupContext* SymbolGroupContext::alloc ( const SearchDefinitionList sdl)
inlinestatic

Definition at line 1227 of file context.h.

References SymbolGroupContext().

Referenced by SymbolGroupListContext::Private::Private().

{ return new SymbolGroupContext(sdl); }
TemplateVariant SymbolGroupContext::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 9674 of file context.cpp.

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

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

Decreases object's referenc count, destroy object if 0

Implements TemplateStructIntf.

Definition at line 1233 of file context.h.

References RefCountedContext::release().

Member Data Documentation

Private* SymbolGroupContext::p
private

Definition at line 1238 of file context.h.

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


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