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