Public Member Functions | List of all members
TemplateStructIntf Class Referenceabstract

Abstract interface for a context value of type struct. More...

#include <template.h>

Inheritance diagram for TemplateStructIntf:
ArgumentContext ClassContext ClassHierarchyContext ClassIndexContext ClassInheritanceNodeContext ClassMembersIndexContext ClassTreeContext ConfigContext DirContext DoxygenContext ExampleTreeContext FileContext FileTreeContext GlobalsIndexContext IncludeInfoContext InheritanceGraphContext InheritanceNodeContext InheritedMemberInfoContext MemberContext MemberGroupInfoContext MemberInfoContext MemberListInfoContext ModuleContext ModuleNodeContext ModuleTreeContext NamespaceContext NamespaceMembersIndexContext NamespaceTreeContext NavPathElemContext NestingNodeContext PageContext PageTreeContext SearchIndexContext SymbolContext SymbolGroupContext SymbolIndexContext TemplateStruct TemplateStructWeakRef TranslateContext

Public Member Functions

virtual ~TemplateStructIntf ()
 
virtual TemplateVariant get (const char *name) const =0
 
virtual int addRef ()=0
 
virtual int release ()=0
 

Detailed Description

Abstract interface for a context value of type struct.

Definition at line 406 of file template.h.

Constructor & Destructor Documentation

virtual TemplateStructIntf::~TemplateStructIntf ( )
inlinevirtual

Destroys the struct

Definition at line 410 of file template.h.

410 {}

Member Function Documentation

virtual int TemplateStructIntf::addRef ( )
pure virtual
virtual TemplateVariant TemplateStructIntf::get ( const char *  name) const
pure virtual
virtual int TemplateStructIntf::release ( )
pure virtual

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