Doxygen
|
类 | |
struct | STLInfo |
A struct contained the data for an STL class 更多... | |
函数 | |
static void | addSTLMember (const std::shared_ptr< Entry > &root, const char *type, const char *name) |
static void | addSTLIterator (const std::shared_ptr< Entry > &classEntry, const QCString &name) |
static void | addSTLClass (const std::shared_ptr< Entry > &root, const STLInfo *info) |
static void | addSTLClasses (const std::shared_ptr< Entry > &root) |
void | addSTLSupport (std::shared_ptr< Entry > &root) |
Add stub entries for the most used classes in the standard template library 更多... | |
变量 | |
static STLInfo | g_stlinfo [] |
在文件 stlsupport.cpp 第 165 行定义.
引用了 addSTLIterator(), addSTLMember(), STLInfo::baseClass1, STLInfo::baseClass2, Entry::CLASS_SEC, STLInfo::className, FALSE, Entry::FUNCTION_SEC, STLInfo::iterators, Argument::name, Normal, QCString::prepend(), Public, ArgumentList::push_back(), STLInfo::templName1, STLInfo::templName2, STLInfo::templType1, STLInfo::templType2, TRUE, Argument::type, Virtual , 以及 STLInfo::virtualInheritance.
被这些函数引用 addSTLClasses().
|
static |
在文件 stlsupport.cpp 第 243 行定义.
引用了 addSTLClass(), STLInfo::className, FALSE, g_stlinfo, Entry::NAMESPACE_SEC , 以及 TRUE.
被这些函数引用 addSTLSupport().
|
static |
|
static |
在文件 stlsupport.cpp 第 139 行定义.
引用了 FALSE, Public, TRUE , 以及 Entry::VARIABLE_SEC.
被这些函数引用 addSTLClass().
void addSTLSupport | ( | std::shared_ptr< Entry > & | root | ) |
Add stub entries for the most used classes in the standard template library
root | Root of the entry tree to add the entries to. |
在文件 stlsupport.cpp 第 264 行定义.
引用了 addSTLClasses() , 以及 Config_getBool.
被这些函数引用 parseInput().
|
static |
在文件 stlsupport.cpp 第 34 行定义.
被这些函数引用 addSTLClasses().