Doxygen
|
Class representing a mapping of properties and the corresponding getter function. 更多...
Public 类型 | |
using | Map = std::map< std::string, TemplateVariant(T::*)() const > |
Public 成员函数 | |
PropertyMap (std::initializer_list< typename Map::value_type > init) | |
TemplateVariant | get (const T *obj, const QCString &n) const |
StringVector | fields () const |
Map & | map () |
Private 属性 | |
const Map | m_map |
Class representing a mapping of properties and the corresponding getter function.
The map should be initialized at initialization time.
在文件 context.cpp 第 118 行定义.
using PropertyMap< T >::Map = std::map< std::string, TemplateVariant(T::*)() const > |
在文件 context.cpp 第 121 行定义.
|
inline |
在文件 context.cpp 第 123 行定义.
|
inline |
在文件 context.cpp 第 131 行定义.
被这些函数引用 DoxygenContext::Private::fields(), TranslateContext::Private::fields(), IncludeInfoContext::Private::fields(), ClassContext::Private::fields(), NamespaceContext::Private::fields(), FileContext::Private::fields(), DirContext::Private::fields(), PageContext::Private::fields(), MemberContext::Private::fields(), ConceptContext::Private::fields(), ModuleContext::Private::fields(), ClassIndexContext::Private::fields(), ClassHierarchyContext::Private::fields(), NestingNodeContext::Private::fields(), ClassTreeContext::Private::fields(), NamespaceTreeContext::Private::fields(), FileTreeContext::Private::fields(), PageTreeContext::Private::fields(), ConceptTreeContext::Private::fields(), ModuleTreeContext::Private::fields(), ExampleTreeContext::Private::fields(), NavPathElemContext::Private::fields(), GlobalsIndexContext::Private::fields(), ClassMembersIndexContext::Private::fields(), NamespaceMembersIndexContext::Private::fields(), InheritanceGraphContext::Private::fields(), InheritanceNodeContext::Private::fields(), MemberInfoContext::Private::fields(), MemberGroupInfoContext::Private::fields(), MemberListInfoContext::Private::fields(), InheritedMemberInfoContext::Private::fields(), ArgumentContext::Private::fields(), SymbolContext::Private::fields(), SymbolGroupContext::Private::fields(), SymbolIndexContext::Private::fields() , 以及 SearchIndexContext::Private::fields().
|
inline |
在文件 context.cpp 第 126 行定义.
被这些函数引用 DoxygenContext::Private::get(), TranslateContext::Private::get(), IncludeInfoContext::Private::get(), ClassContext::Private::get(), NamespaceContext::Private::get(), FileContext::Private::get(), DirContext::Private::get(), PageContext::Private::get(), MemberContext::Private::get(), ConceptContext::Private::get(), ModuleContext::Private::get(), ClassIndexContext::Private::get(), ClassHierarchyContext::Private::get(), NestingNodeContext::Private::get(), ClassTreeContext::Private::get(), NamespaceTreeContext::Private::get(), FileTreeContext::Private::get(), PageTreeContext::Private::get(), ConceptTreeContext::Private::get(), ModuleTreeContext::Private::get(), ExampleTreeContext::Private::get(), NavPathElemContext::Private::get(), GlobalsIndexContext::Private::get(), ClassMembersIndexContext::Private::get(), NamespaceMembersIndexContext::Private::get(), InheritanceGraphContext::Private::get(), InheritanceNodeContext::Private::get(), MemberInfoContext::Private::get(), MemberGroupInfoContext::Private::get(), MemberListInfoContext::Private::get(), InheritedMemberInfoContext::Private::get(), ArgumentContext::Private::get(), SymbolContext::Private::get(), SymbolGroupContext::Private::get(), SymbolIndexContext::Private::get() , 以及 SearchIndexContext::Private::get().
|
inline |
在文件 context.cpp 第 139 行定义.
|
private |