|
Doxygen
|
#include <context.h>
类 ModuleNodeContext 继承关系图:
ModuleNodeContext 的协作图:Public 成员函数 | |
| virtual TemplateVariant | get (const QCString &name) const |
| Gets the value for a field name. 更多... | |
| virtual StringVector | fields () const |
| Return the list of fields. 更多... | |
| ModuleNodeContext (const GroupDef *) | |
| virtual | ~ModuleNodeContext () |
Public 成员函数 继承自 TemplateStructIntf | |
| virtual | ~TemplateStructIntf () |
| Destroys the struct 更多... | |
静态 Public 成员函数 | |
| static TemplateStructIntfPtr | alloc (const GroupDef *gd) |
Private 属性 | |
| std::unique_ptr< Private > | p |
| ModuleNodeContext::ModuleNodeContext | ( | const GroupDef * | ) |
|
virtual |
|
inlinestatic |
|
virtual |
Return the list of fields.
实现了 TemplateStructIntf.
|
virtual |