Doxygen
stlsupport.h 文件参考
#include <memory>
+ stlsupport.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

函数

void addSTLSupport (std::shared_ptr< Entry > &root)
 Add stub entries for the most used classes in the standard template library 更多...
 

函数说明

◆ addSTLSupport()

void addSTLSupport ( std::shared_ptr< Entry > &  root)

Add stub entries for the most used classes in the standard template library

参数
rootRoot of the entry tree to add the entries to.

在文件 stlsupport.cpp264 行定义.

265 {
266  if (Config_getBool(BUILTIN_STL_SUPPORT))
267  {
268  addSTLClasses(root);
269  }
270 }

引用了 addSTLClasses() , 以及 Config_getBool.

被这些函数引用 parseInput().

addSTLClasses
static void addSTLClasses(const std::shared_ptr< Entry > &root)
Definition: stlsupport.cpp:243
Config_getBool
#define Config_getBool(name)
Definition: config.h:33