|
ISLEman
|
Abstract interface for a context value of type struct. More...
#include <template.h>
Public Member Functions | |
| virtual | ~TemplateStructIntf () |
| Destroys the struct. | |
| virtual TemplateVariant | get (const char *name) const =0 |
| Gets the value for a field name. More... | |
| virtual int | addRef ()=0 |
| Increase object's reference count. | |
| virtual int | release ()=0 |
| Decreases object's referenc count, destroy object if 0. | |
Abstract interface for a context value of type struct.
|
pure virtual |
Gets the value for a field name.
| [in] | name | The name of the field. |
Implemented in TemplateStructWeakRef, SearchIndexContext, SymbolIndexContext, SymbolGroupContext, SymbolContext, ArgumentContext, InheritedMemberInfoContext, MemberInfoContext, MemberListInfoContext, MemberGroupInfoContext, InheritanceNodeContext, NavPathElemContext, NamespaceMembersIndexContext, ClassMembersIndexContext, GlobalsIndexContext, ExampleTreeContext, ModuleTreeContext, ModuleNodeContext, PageTreeContext, FileTreeContext, NamespaceTreeContext, ClassTreeContext, NestingNodeContext, ClassHierarchyContext, ClassInheritanceNodeContext, InheritanceGraphContext, TemplateStruct, ClassIndexContext, ModuleContext, MemberContext, PageContext, DirContext, FileContext, NamespaceContext, ClassContext, IncludeInfoContext, TranslateContext, DoxygenContext, and ConfigContext.
1.8.12