Doxygen
Loading...
Searching...
No Matches
stlsupport.h File Reference

#include <src/stlsupport.h>

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 269 of file stlsupport.cpp.

270{
271 if (Config_getBool(BUILTIN_STL_SUPPORT))
272 {
273 addSTLClasses(root);
274 }
275}
#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().