Doxygen
|
#include <context.h>
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 |