Doxygen
Loading...
Searching...
No Matches
stlsupport.h File Reference
#include <memory>
+ Include dependency graph for stlsupport.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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

Function Documentation

◆ addSTLSupport()

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

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

Parameters
rootRoot of the entry tree to add the entries to.

Definition at line 266 of file stlsupport.cpp.

267{
268 if (Config_getBool(BUILTIN_STL_SUPPORT))
269 {
270 addSTLClasses(root);
271 }
272}
#define Config_getBool(name)
Definition config.h:33
static void addSTLClasses(const std::shared_ptr< Entry > &root)

References addSTLClasses(), and Config_getBool.

Referenced by parseInput().